SPWeb.IsADAccountCreationMode property

Gets a Boolean value that indicates whether user accounts are automatically created in Active Directory Domain Services (AD DS) when users are invited to the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsADAccountCreationMode As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.IsADAccountCreationMode
public bool IsADAccountCreationMode { get; }

Property value

Type: System.Boolean
true if user accounts are automatically created in AD DS; false if only local, preexisting accounts can be used and no AD DS account is created.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace