共用方式為


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 網域。

適用於