PeopleEditor.ShowCreateButtonInActiveDirectoryAccountCreationMode Property
Sets or retrieves a value that indicates whether or not to display a Create button when creating an Active Directory directory service account.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowCreateButtonInActiveDirectoryAccountCreationMode As Boolean
Get
Set
'Usage
Dim instance As PeopleEditor
Dim value As Boolean
value = instance.ShowCreateButtonInActiveDirectoryAccountCreationMode
instance.ShowCreateButtonInActiveDirectoryAccountCreationMode = value
public bool ShowCreateButtonInActiveDirectoryAccountCreationMode { get; set; }
Property Value
Type: System.Boolean
true to display a Create button; otherwise, false. The default value is false.