Accusoft.FSInvoices1.Net - Updated
FileId Property (DocumentPage)




Accusoft.FSInvoices Namespace > DocumentPage Class : FileId Property
Gets the identifier of the file that contains this DocumentPage.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property FileId As String
'Usage
 
Dim instance As DocumentPage
Dim value As String
 
value = instance.FileId
[DataMember()]
public string FileId {get;}
[DataMember()]
public: __property string* get_FileId();
[DataMember()]
public:
property String^ FileId {
   String^ get();
}
See Also

Reference

DocumentPage Class
DocumentPage Members