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)

public:
property Type^ BootstrapperType {
	[CompilerGeneratedAttribute]
	Type^ get();
	[CompilerGeneratedAttribute]
	private: void set(Type^ value);
}

Property Value

Type: System::Type^
Return to top
Show: