Gets or sets user id that ownes album.

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

Syntax

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

Property Value

Type: Nullable<(Of <(<'Guid>)>)>

See Also