ActiveDirectoryRoleFactoryConfiguration::Group Property

 

Gets or sets the name of the group for this instance.

Namespace:   System.Workflow.Activities.Configuration
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
[ConfigurationPropertyAttribute("Group", DefaultValue = "group")]
property String^ Group {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the group for this instance.

.NET Framework
Available since 3.0
Return to top
Show: