Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Show: