Gets the name of the album

Namespace: Buddy
Assembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)

Syntax

C#
public string AlbumName { get; protected set; }
Visual Basic
Public Property AlbumName As String
	Get
	Protected Set
Visual C++
public:
property String^ AlbumName {
	String^ get ();
	protected: void set (String^ value);
}
JavaScript
function get_AlbumName();
function set_AlbumName(value);

See Also