| ActiveDirectoryGetGUIDByEmployeeNumber Method |
Gets the GUID of the entry with the supplied employee number.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Guid GetGUIDByEmployeeNumber(
string employeeNumber
)
Public Function GetGUIDByEmployeeNumber (
employeeNumber As String
) As Guid
public:
Guid GetGUIDByEmployeeNumber(
String^ employeeNumber
)
member GetGUIDByEmployeeNumber :
employeeNumber : string -> Guid
Parameters
- employeeNumber
- Type: SystemString
The employee number of 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