AuthenticablePrincipal.PermittedWorkstations 屬性

定義

取得允許這個主體登入之工作站的清單。

public:
 property System::DirectoryServices::AccountManagement::PrincipalValueCollection<System::String ^> ^ PermittedWorkstations { System::DirectoryServices::AccountManagement::PrincipalValueCollection<System::String ^> ^ get(); };
public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> PermittedWorkstations { get; }
member this.PermittedWorkstations : System.DirectoryServices.AccountManagement.PrincipalValueCollection<string>
Public ReadOnly Property PermittedWorkstations As PrincipalValueCollection(Of String)

屬性值

PrincipalValueCollection<String>

允許這個主體登入之工作站的可變動清單。

例外狀況

基礎存放區不支援這個屬性。

適用於