AuthenticationService.WhoAmI Property

Gets the details of the connected user.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As AuthenticationService
Dim value As WhoAmIResponse

value = instance.WhoAmI

Syntax

'Declaration
Public ReadOnly Property WhoAmI As WhoAmIResponse
public WhoAmIResponse WhoAmI { get; }
public:
property WhoAmIResponse^ WhoAmI {
    WhoAmIResponse^ get ();
}
/** @property */
public WhoAmIResponse get_WhoAmI ()
public function get WhoAmI () : WhoAmIResponse

Property Value

Type:WhoAmIResponse.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AuthenticationService Class
AuthenticationService Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.