Syntax
Public ReadOnly Property HideParameterValue (ByVal ParamDesc As String) As Boolean
Public ReadOnly Property HideParameterValue (ByVal Index As Integer) As Boolean
Desription
This property is used to know if the given parameter description or parameter index is hidden or not.
Parameter
Part | Description |
ParamDesc | Parameter description to know if it hidden or not. Value of type is String |
Index | Parameters index to know if it hidden or not. Value of type is Integer |
Return value
Returns value of type Boolean, if it is hidden it will return true, otherwise it will returns false.
See Also
Last Modified:10 January 2017 01:15 PM