Syntax
Public ReadOnly Property ParameterDesc (ByVal Index As Integer) As String
Description
This property is used to get the Parameter description for the given the parameter index.
Parameter
Part | Description |
Index | Parameters index which is required to get its description. Value of type is Integer |
Return value
Returns parameter description for the requested index as value of type String.
See Also
Last Modified:10 January 2017 01:29 PM