Share via


BootstrapperAttribute.BootstrapperType Property

 

Gets the IBootstrapper providing the entry point for starting the service.

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

Syntax

public Type BootstrapperType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Type^ BootstrapperType {
    [CompilerGeneratedAttribute]
    Type^ get();
    [CompilerGeneratedAttribute]
    private: void set(Type^ value);
}
member BootstrapperType : Type with get, private set
Public Property BootstrapperType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

See Also

BootstrapperAttribute Class
Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top