Gets the albums
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IEnumerable<Album> Albums { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Albums As IEnumerable(Of Album) |
Visual C++ |
---|
public: property IEnumerable<Album^>^ Albums { IEnumerable<Album^>^ get (); void set (IEnumerable<Album^>^ value); } |