Values Property (Parameter)
In This Topic
Gets or sets the values for the parameter.
Syntax
'Declaration
Public Property Values As String()
public string[] Values {get; set;}
Property Value
An array of
System.String that represent the values assigned to the parameter.
See Also