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)

[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ WorkflowAdminGroupName {
	String^ get ();
	void set (String^ value);
}

Property Value

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

Community Additions

ADD
Show: