Share via


ServiceConfig.Config Property

 

Gets the HttpConfiguration resulting from having initialized the service, or null if the service has not been initialized.

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

Syntax

public static HttpConfiguration Config {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property HttpConfiguration^ Config {
    [CompilerGeneratedAttribute]
    static HttpConfiguration^ get();
    [CompilerGeneratedAttribute]
    static void set(HttpConfiguration^ value);
}
static member Config : HttpConfiguration with get, set
Public Shared Property Config As HttpConfiguration

Property Value

Type: System.Web.Http.HttpConfiguration

See Also

ServiceConfig Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top