SPWeb.IsADAccountCreationMode 属性
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.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property IsADAccountCreationMode As Boolean
Get
用法
Dim instance As SPWeb
Dim value As Boolean
value = instance.IsADAccountCreationMode
public bool IsADAccountCreationMode { get; }
属性值
类型: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.