WindowsSecurityConfiguration.WorkflowAdminGroupName Property

 

Gets or sets the name of the Windows Group to be granted all ScopePermissions.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

[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

Property Value

Type: System.String

The name of the configured Windows Group.

See Also

WindowsSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace

Return to top