共用方式為


SPWeb.IsADAccountCreationMode property

取得布林值,這個值,指出是否會建立使用者帳戶會自動在 Active Directory 網域服務 (AD DS) 當使用者被邀請到網站。

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

Syntax

'宣告
Public ReadOnly Property IsADAccountCreationMode As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

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

Property value

Type: System.Boolean
true如果使用者帳戶會自動建立在 AD DS。false如果只有本機的可使用的預先存在的帳戶,而且沒有 AD DS 帳戶會建立。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace