WorkflowInstanceManagementElement.AuthorizedWindowsGroup 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定授權使用工作流程執行個體控制端點的 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 網域。