Gets all albums

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

Syntax

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

See Also