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