| User Constructor (ActiveDirectory, Guid) |
Gets a user object from Active Directory 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 User(
ActiveDirectory ad,
Guid guid
)
Public Sub New (
ad As ActiveDirectory,
guid As Guid
)
public:
User(
ActiveDirectory^ ad,
Guid guid
)
new :
ad : ActiveDirectory *
guid : Guid -> User
Parameters
- ad
- Type: Galactic.ActiveDirectoryActiveDirectory
An Active Directory object used to query and manipulate the user. - guid
- Type: SystemGuid
The GUID of the user.
See Also