Syntax
Public ReadOnly Property Parameter (ByVal ParamDesc As String) As String
Public ReadOnly Property Parameter (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 want to get it value. Value of type is string. |
Index | Parameters index which want to get it value, value of type is Integer. |
Return value
Returns the requested parameter value as value of type string.
See Also