Syntax
Public ReadOnly Property ParameterToBeShown (ByVal ParamDesc As String) As String
Public ReadOnly Property ParameterToBeShown (ByVal Index As Integer) As String
Description
This property is used to get the parameters value by the given parameter description or by parameter index.
Parameter
Part | Description |
ParamDesc | Parameter descriptions which is required to get its value. Value of type is String |
Index | Parameters index which is required to get its value. Value of type is Integer |
Return value
Returns the requested parameter value as value of type string. If the parameter is hidden it will return (***)
See Also
Last Modified:10 January 201712:46 PM