Share via


MicrosoftAccountAuthenticatedContext.FirstName Property

Gets the user first name

Namespace:  Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

Syntax

'Declaration
Public Property FirstName As String 
    Get 
    Private Set
'Usage
Dim instance As MicrosoftAccountAuthenticatedContext 
Dim value As String 

value = instance.FirstName
public string FirstName { get; private set; }
public:
property String^ FirstName {
    String^ get ();
    private: void set (String^ value);
}
member FirstName : string with get, private set
function get FirstName () : String 
private function set FirstName (value : String)

Property Value

Type: System.String

See Also

Reference

MicrosoftAccountAuthenticatedContext Class

Microsoft.Owin.Security.MicrosoftAccount Namespace