Accusoft.FSInvoices1.Net - Updated
MatchedTemplateId Property




Accusoft.FSInvoices Namespace > DocumentPage Class : MatchedTemplateId Property
Gets the identifier of the template that was matched.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property MatchedTemplateId As String
'Usage
 
Dim instance As DocumentPage
Dim value As String
 
value = instance.MatchedTemplateId
[DataMember()]
public string MatchedTemplateId {get;}
[DataMember()]
public: __property string* get_MatchedTemplateId();
[DataMember()]
public:
property String^ MatchedTemplateId {
   String^ get();
}
Remarks
Empty string if no template was matched.
See Also

Reference

DocumentPage Class
DocumentPage Members