Share via


TemplateRegistration.TemplateName Property

 

Get templateName

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

Syntax

[JsonPropertyAttribute(PropertyName = "templateName")]
public string TemplateName { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "templateName")]
property String^ TemplateName {
    String^ get();
    internal: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "templateName")>]
member TemplateName : string with get, internal set
<JsonPropertyAttribute(PropertyName := "templateName")>
Public Property TemplateName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

TemplateRegistration Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top