Share via


ConfigBuilder.Options Property

 

Gets the ConfigOptions used by this ConfigBuilder.

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

Syntax

protected ConfigOptions Options {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
protected:
property ConfigOptions^ Options {
    [CompilerGeneratedAttribute]
    ConfigOptions^ get();
    [CompilerGeneratedAttribute]
    private: void set(ConfigOptions^ value);
}
member Options : ConfigOptions with get, private set
Protected Property Options As ConfigOptions
    Get
    Private Set
End Property

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.ConfigOptions

See Also

ConfigBuilder Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top