WorkflowInstanceManagementElement.AuthorizedWindowsGroup プロパティ

定義

ワークフロー インスタンス コントロール エンドポイントを使用する権限を持つユーザーのWindows グループを取得または設定します。

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

プロパティ値

ワークフロー インスタンス コントロール エンドポイントを使用する権限を持つユーザーのWindows グループ。

属性

注釈

既定値は "BUILTIN\Administrators" です。 有効な設定は、ローカル Windows グループまたはWindows ドメインです。

適用対象