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