TemplateRegistration::BodyTemplate Property

 

Gets or sets the body template.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property String^ BodyTemplate {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The body template.

Return to top
Show: