Domain.GetDirectoryEntry Method

Definition

Retrieves a DirectoryEntry object that represents the default naming context of the domain.

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

Returns

A DirectoryEntry object that represents the domain.

Exceptions

The current object has been disposed.

Applies to

See also