Udostępnij za pośrednictwem


WorkflowInstanceManagementElement.AuthorizedWindowsGroup Właściwość

Definicja

Pobiera lub ustawia grupę użytkowników systemu Windows autoryzowanych do korzystania z punktu końcowego sterowania wystąpieniem przepływu pracy.

public:
 property System::String ^ AuthorizedWindowsGroup { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("authorizedWindowsGroup", IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string AuthorizedWindowsGroup { get; set; }
[<System.Configuration.ConfigurationProperty("authorizedWindowsGroup", IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.AuthorizedWindowsGroup : string with get, set
Public Property AuthorizedWindowsGroup As String

Wartość właściwości

Grupa użytkowników systemu Windows z uprawnieniami do korzystania z punktu końcowego sterowania wystąpieniem przepływu pracy.

Atrybuty

Uwagi

Wartość domyślna to "BUILTIN\Administrators". Prawidłowe ustawienia to: lokalna grupa systemu Windows lub domena systemu Windows.

Dotyczy