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)

Значение свойства

Изменяемый список рабочих станций, на которые разрешено входить данному участнику.

Исключения

Базовое хранилище не поддерживает это свойство.

Применяется к