MicrosoftAccountAuthenticatedContext.User Property
Gets the JSON-serialized user
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
'Declaration
Public Property User As JObject
Get
Private Set
'Usage
Dim instance As MicrosoftAccountAuthenticatedContext
Dim value As JObject
value = instance.User
public JObject User { get; private set; }
public:
property JObject^ User {
JObject^ get ();
private: void set (JObject^ value);
}
member User : JObject with get, private set
function get User () : JObject
private function set User (value : JObject)
Property Value
Type: JObject