GetDirectoryEntry
Returns an instance of the DirectoryEntry object for the Licenses parent container object from Active Directory.
Syntax
DirectoryEntry GetDirectoryEntry ()
Return value
The DirectoryEntry
object for the Licenses
parent container object.
Discussion
This method can only be used in .NET programs because DirectoryEntry
is a
.NET-specific class for directory objects. This method cannot be used in
COM-based programs.