Share via


TemplateRegistration.BodyTemplate Property

 

Gets or sets the body template.

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

Syntax

public string BodyTemplate { get; set; }
public:
property String^ BodyTemplate {
    String^ get();
    void set(String^ value);
}
member BodyTemplate : string with get, set
Public Property BodyTemplate As String

Property Value

Type: System.String

The body template.

See Also

TemplateRegistration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top