Share via


LoginResultUser.UserId Property

 

Gets or sets the user ID of the logged in user.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string UserId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ UserId {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member UserId : string with get, set
Public Property UserId As String

Property Value

Type: System.String

See Also

LoginResultUser Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top