ContextSelector<T>.UseDefaultSelection Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseDefaultSelection As Boolean
Get
Set
'Usage
Dim instance As ContextSelector
Dim value As Boolean
value = instance.UseDefaultSelection
instance.UseDefaultSelection = value
public bool UseDefaultSelection { get; set; }
Property Value
Type: System.Boolean