Gets or sets user id.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid AlbumId { get; set; }
Visual Basic
Public Property AlbumId As Guid
	Get
	Set
Visual C++
public:
property Guid AlbumId {
	Guid get ();
	void set (Guid value);
}
F#
member AlbumId : Guid with get, set

Property Value

Type: Guid

See Also