Sdílet prostřednictvím


WorkflowInstanceManagementElement.AuthorizedWindowsGroup Vlastnost

Definice

Získá nebo nastaví skupinu uživatelů systému Windows autorizované k použití koncového bodu řízení instance pracovního postupu.

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

Hodnota vlastnosti

Skupina uživatelů systému Windows, kteří mají oprávnění používat koncový bod řízení instance pracovního postupu.

Atributy

Poznámky

Výchozí hodnota je BUILTIN\Administrators. Platná nastavení jsou: místní skupina Windows nebo doména Windows.

Platí pro