Gets the user ID of the user that owns this album.

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

Syntax

C#
public int UserId { get; set; }
Visual Basic
Public Property UserId As Integer
	Get
	Set
Visual C++
public:
property int UserId {
	int get ();
	void set (int value);
}
JavaScript
function get_UserId();
function set_UserId(value);

See Also