ConfigurationSet.GetDirectoryEntry Method

Definition

Gets the DirectoryEntry object for the configuration partition.

public:
 System::DirectoryServices::DirectoryEntry ^ GetDirectoryEntry();
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry ();
member this.GetDirectoryEntry : unit -> System.DirectoryServices.DirectoryEntry
Public Function GetDirectoryEntry () As DirectoryEntry

Returns

The DirectoryEntry object for the configuration partition.

Applies to