| ActiveDirectoryObjectGetEntryFromAD Method (Guid) |
Gets new data for the object from AD and places the values in the entry variable within the object.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected SearchResultEntry GetEntryFromAD(
Guid guid
)
Protected Function GetEntryFromAD (
guid As Guid
) As SearchResultEntry
protected:
SearchResultEntry^ GetEntryFromAD(
Guid guid
)
member GetEntryFromAD :
guid : Guid -> SearchResultEntry
Parameters
- guid
- Type: SystemGuid
The GUID of the object to get.
Return Value
Type:
SearchResultEntryThe SearchResultEntry corresponding the GUID supplied, or null if it could not be found in AD.
See Also