WindowsSecurityConfiguration.WorkflowAdminGroupName 属性

 

获取或设置要向其授予所有 ScopePermission 的 Windows 组的名称。

命名空间:   Microsoft.Workflow.Client.Security
程序集:  Microsoft.Workflow.Client(Microsoft.Workflow.Client.dll 中)

语法

[DataMemberAttribute(EmitDefaultValue = false)]
public string WorkflowAdminGroupName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ WorkflowAdminGroupName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member WorkflowAdminGroupName : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property WorkflowAdminGroupName As String

属性值

Type: System.String

配置的 Windows 组的名称。

请参阅

WindowsSecurityConfiguration 类
Microsoft.Workflow.Client.Security 命名空间

返回页首