ActiveDirectoryPartition.GetDirectoryEntry Method

Definition

Retrieves a DirectoryEntry object that represents the directory partition.

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

Returns

Returns a DirectoryEntry object that represents the directory partition.

Applies to

See also