次の方法で共有


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 ドメインです。

適用対象