Share via


TemplateRegistration.TemplateName Property

 

Gets or sets the name of the template.

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

Syntax

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

Property Value

Type: System.String

The name of the template.

See Also

TemplateRegistration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top