TemplateRegistration::TemplateName Property

 

Get templateName

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

public:
[JsonPropertyAttribute(PropertyName = "templateName")]
property String^ TemplateName {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: