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

'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.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace