Gets or sets privacy level id for album.

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

Syntax

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

Property Value

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

See Also