Share via


ProviderCredentials.UserId Property

 

Gets or sets the provider id for the user.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top