TemplateRegistration::TemplateName Property

 

Gets or sets the name of the template.

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

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

Property Value

Type: System::String^

The name of the template.

Return to top
Show: