TemplateDataTemplateType Property |
Gets or sets the template type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "templateType", EmitDefaultValue = true)]
public TemplateType TemplateType { get; set; }<DataMemberAttribute(Name := "templateType", EmitDefaultValue := true)>
Public Property TemplateType As TemplateType
Get
Set
public:
[DataMemberAttribute(Name = L"templateType", EmitDefaultValue = true)]
property TemplateType TemplateType {
TemplateType get ();
void set (TemplateType value);
}[<DataMemberAttribute(Name = "templateType", EmitDefaultValue = true)>]
member TemplateType : TemplateType with get, set
Property Value
Type:
TemplateType
The template type.
See Also