Gets all documents
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IDictionary<int, Document> AllDocuments { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property AllDocuments As IDictionary(Of Integer, Document) |
Visual C++ |
---|
public: property IDictionary<int, Document^>^ AllDocuments { IDictionary<int, Document^>^ get (); void set (IDictionary<int, Document^>^ value); } |