Label Property (ParameterValue)
In This Topic
Gets or sets the label associated with the parameter value.
Syntax
'Declaration
Public Property Label As String
public string Label {get; set;}
Property Value
A
System.String representing the label.
See Also