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)

public:
[JsonIgnoreAttribute]
property String^ Provider {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: