SPProviderInitialData.PickerEnabled Property
Gets or sets a value that indicates whether the people picker control is enabled.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PickerEnabled As Boolean
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As Boolean
value = instance.PickerEnabled
instance.PickerEnabled = value
[DataMemberAttribute]
public bool PickerEnabled { get; set; }
Property Value
Type: System.Boolean
true if the people picker control is enabled; otherwise, false. The default value is false.