ActiveDirectoryRoleFactoryConfiguration::DistinguishedName Property

 

Gets or sets the distinguished name for this instance.

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

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

Property Value

Type: System::String^

The distinguished name for this instance.

DistinguishedName is a ConfigurationProperty defined for this type with default value "DistiguishedName". This type represents a configuration property, attribute, or child element that is contained in an element of a configuration file.

.NET Framework
Available since 3.0
Return to top
Show: