DirectoryContext.ContextType Property

Definition

Gets the type of the context object.

public:
 property System::DirectoryServices::ActiveDirectory::DirectoryContextType ContextType { System::DirectoryServices::ActiveDirectory::DirectoryContextType get(); };
public System.DirectoryServices.ActiveDirectory.DirectoryContextType ContextType { get; }
member this.ContextType : System.DirectoryServices.ActiveDirectory.DirectoryContextType
Public ReadOnly Property ContextType As DirectoryContextType

Property Value

One of the DirectoryContextType members that specifies the type of context.

Applies to

See also