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)

'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

Property Value

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

Community Additions

ADD
Show: