ConfigurationSet.GetConfigurationSet(DirectoryContext) Method
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.
Returns an ConfigurationSet object for the specified directory context.
public:
static System::DirectoryServices::ActiveDirectory::ConfigurationSet ^ GetConfigurationSet(System::DirectoryServices::ActiveDirectory::DirectoryContext ^ context);
public static System.DirectoryServices.ActiveDirectory.ConfigurationSet GetConfigurationSet (System.DirectoryServices.ActiveDirectory.DirectoryContext context);
static member GetConfigurationSet : System.DirectoryServices.ActiveDirectory.DirectoryContext -> System.DirectoryServices.ActiveDirectory.ConfigurationSet
Public Shared Function GetConfigurationSet (context As DirectoryContext) As ConfigurationSet
Parameters
- context
- DirectoryContext
An DirectoryContext object that contains the target and credentials to use to retrieve the object. The target of the context can be an AD LDS instance or keywords that are specified in the serviceConnectionPoint object in the current forest that can identify the configuration set.
Returns
A ConfigurationSet object that represents the configuration set for the specified context.
Exceptions
A target specified in the context
parameter could not be found.
A call to the underlying directory service resulted in an error.
context
is null
.
The context
parameter is not valid.