ApplicationPartition.GetApplicationPartition(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 ApplicationPartition object for a specified directory context.
public:
static System::DirectoryServices::ActiveDirectory::ApplicationPartition ^ GetApplicationPartition(System::DirectoryServices::ActiveDirectory::DirectoryContext ^ context);
public static System.DirectoryServices.ActiveDirectory.ApplicationPartition GetApplicationPartition (System.DirectoryServices.ActiveDirectory.DirectoryContext context);
static member GetApplicationPartition : System.DirectoryServices.ActiveDirectory.DirectoryContext -> System.DirectoryServices.ActiveDirectory.ApplicationPartition
Public Shared Function GetApplicationPartition (context As DirectoryContext) As ApplicationPartition
Parameters
- context
- DirectoryContext
An DirectoryContext object that contains the target and credentials to use to retrieve the application partition object. The directory context must specify the DNS name of the application partition.
Returns
An ApplicationPartition object that represents the application partition for the specified directory context.
Exceptions
A target specified in context
could not be found.
A call to the underlying directory service resulted in an error.
context
is null
.
context
is not valid.