Accusoft.FSInvoices Namespace > TemplatePage Class : TemplateId Property |
'Declaration <DataMemberAttribute()> Public Property TemplateId As String
'Usage Dim instance As TemplatePage Dim value As String instance.TemplateId = value value = instance.TemplateId
[DataMemberAttribute()] public string TemplateId {get; set;}
[DataMemberAttribute()] public: __property string* get_TemplateId(); public: __property void set_TemplateId( string* value );
[DataMemberAttribute()] public: property String^ TemplateId { String^ get(); void set ( String^ value); }
If a user assigns an existing identifier to a new template, the existing template will be overwritten.