Gets the number of albums remaining
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public int AlbumLeft { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property AlbumLeft As Integer |
Visual C++ |
---|
public:
property int AlbumLeft {
int get ();
void set (int value);
} |
See Also