| ActiveDirectoryGetGUID Method |
Gets the GUID of the supplied entry.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Guid GetGUID(
SearchResultEntry entry
)
Public Function GetGUID (
entry As SearchResultEntry
) As Guid
public:
Guid GetGUID(
SearchResultEntry^ entry
)
member GetGUID :
entry : SearchResultEntry -> Guid
Parameters
- entry
- Type: System.DirectoryServices.ProtocolsSearchResultEntry
The entry to get the GUID of.
Return Value
Type:
GuidThe GUID of the entry, or an Empty GUID if it could not be found, or there was an error retrieving it.
See Also