| ActiveDirectoryObject Constructor (ActiveDirectory, Guid) |
Gets a directory object from AD with the supplied GUID.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public ActiveDirectoryObject(
ActiveDirectory ad,
Guid guid
)
Public Sub New (
ad As ActiveDirectory,
guid As Guid
)
public:
ActiveDirectoryObject(
ActiveDirectory^ ad,
Guid guid
)
new :
ad : ActiveDirectory *
guid : Guid -> ActiveDirectoryObject
Parameters
- ad
- Type: Galactic.ActiveDirectoryActiveDirectory
An Active Directory object used to query and manipulate the directory object. - guid
- Type: SystemGuid
The GUID of the object.
See Also