ITransformableFilterValues.AllowMultipleValues Property
Gets a value indicating whether multiple values are allowed.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property AllowMultipleValues As Boolean
Get
'Usage
Dim instance As ITransformableFilterValues
Dim value As Boolean
value = instance.AllowMultipleValues
bool AllowMultipleValues { get; }
Property Value
Type: System.Boolean
See Also
Reference
ITransformableFilterValues Interface