Accusoft.FSInvoices1.Net
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
[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);
}
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback