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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.