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)

Syntax

Public Property ShowCreateButtonInActiveDirectoryAccountCreationMode As Boolean
    Get
    Set

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.

See Also

Reference

PeopleEditor Class

PeopleEditor Members

Microsoft.SharePoint.WebControls Namespace