Client.Get Method (String, Boolean)
[This is preliminary documentation and subject to change.]
Retrieves the client from the database and returns a populated ClientModel for the specified client GUID.
[Visual Basic]
Overloads Public Function Get( _
ByVal
clientGuid As
String, _
ByVal
includePassword As
Boolean _
) As
ClientModel
Parameters
-
clientGuid
- A String containing the GUID of the client to use.
-
includePassword
- A boolean value indicated if the password should be returned or not.
Return Value
Returns a populated ClientModel for the selected client.
See Also
Client Class | Dls.TextDisguise Namespace | Client.Get Overload List | ClientModel Class