TemplateRegistration::TemplateName Property

 

Gets or sets the name of the template.

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

public:
[DataMemberAttribute(Order = 6, Name = "TemplateName", IsRequired = false)]
property String^ TemplateName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the template.

Return to top
Show: