다음을 통해 공유


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 도메인입니다.

적용 대상