ServiceSettingsDictionary.MicrosoftAccountClientId Property

 

Gets or sets the Microsoft Account client ID associated with this service.

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

Syntax

public virtual string MicrosoftAccountClientId { get; set; }
public:
property String^ MicrosoftAccountClientId {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract MicrosoftAccountClientId : string with get, set
override MicrosoftAccountClientId : string with get, set
Public Overridable Property MicrosoftAccountClientId As String

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top