SelectAllValue Property (ParameterDescriptor)
In This Topic
Gets or sets the value used to represent the selection of all possible items in a multi-value parameter.
Syntax
'Declaration
Public Property SelectAllValue As Object
public object SelectAllValue {get; set;}
Property Value
An
System.Object that represents the "Select All" option in multi-value parameters.
See Also