Accusoft.FSInvoices1.Net - Updated
TemplateId Property




Accusoft.FSInvoices Namespace > TemplatePage Class : TemplateId Property
Gets and sets the unique identifier for this template.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property TemplateId As String
'Usage
 
Dim instance As TemplatePage
Dim value As String
 
instance.TemplateId = value
 
value = instance.TemplateId
[DataMember()]
public string TemplateId {get; set;}
[DataMember()]
public: __property string* get_TemplateId();
public: __property void set_TemplateId( 
   string* value
);
[DataMember()]
public:
property String^ TemplateId {
   String^ get();
   void set (    String^ value);
}
Remarks

If a user assigns an existing identifier to a new template, the existing template will be overwritten.

See Also

Reference

TemplatePage Class
TemplatePage Members