Gets the document faves

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IDictionary<int, Fave> Faves { get; internal set; }
Visual Basic (Declaration)
Public Property Faves As IDictionary(Of Integer, Fave)
Visual C++
public:
property IDictionary<int, Fave^>^ Faves {
	IDictionary<int, Fave^>^ get ();
	void set (IDictionary<int, Fave^>^ value);
}

See Also