Share via


ConfigBuilder.AutofacConfig Property

 

The Action<T1, T2> to invoke to configure Autofac.

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

Syntax

protected Action<HttpConfiguration, ContainerBuilder> AutofacConfig {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
protected:
property Action<HttpConfiguration^, ContainerBuilder^>^ AutofacConfig {
    [CompilerGeneratedAttribute]
    Action<HttpConfiguration^, ContainerBuilder^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(Action<HttpConfiguration^, ContainerBuilder^>^ value);
}
member AutofacConfig : Action<HttpConfiguration, ContainerBuilder> with get, private set
Protected Property AutofacConfig As Action(Of HttpConfiguration, ContainerBuilder)
    Get
    Private Set
End Property

Property Value

Type: System.Action<HttpConfiguration, ContainerBuilder>

See Also

ConfigBuilder Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top