Share via


ProviderCredentials.Provider Property

 

Gets or sets the name of the provider these credentials are for.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top