ActiveDirectoryRoleFactory.Configuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ActiveDirectoryRoleFactoryConfiguration object that is associated with the ActiveDirectoryRoleFactory.
public:
static property System::Workflow::Activities::Configuration::ActiveDirectoryRoleFactoryConfiguration ^ Configuration { System::Workflow::Activities::Configuration::ActiveDirectoryRoleFactoryConfiguration ^ get(); };
public static System.Workflow.Activities.Configuration.ActiveDirectoryRoleFactoryConfiguration Configuration { get; }
static member Configuration : System.Workflow.Activities.Configuration.ActiveDirectoryRoleFactoryConfiguration
Public Shared ReadOnly Property Configuration As ActiveDirectoryRoleFactoryConfiguration
Property Value
The ActiveDirectoryRoleFactoryConfiguration object associated with the ActiveDirectoryRoleFactory.
Remarks
The ActiveDirectoryRoleFactoryConfiguration object is used for changing the standard Active Directory schema properties that the ActiveDirectoryRole class uses.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.