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

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property WorkflowAdminGroupName As String 
    Get 
    Set
'Usage
Dim instance As WindowsSecurityConfiguration 
Dim value As String 

value = instance.WorkflowAdminGroupName

instance.WorkflowAdminGroupName = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string WorkflowAdminGroupName { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ WorkflowAdminGroupName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member WorkflowAdminGroupName : string with get, set
function get WorkflowAdminGroupName () : String 
function set WorkflowAdminGroupName (value : String)

Property Value

Type: System.String
The name of the configured Windows Group.

See Also

Reference

WindowsSecurityConfiguration Class

Microsoft.Workflow.Client.Security Namespace