Gets or sets privacy level ids that are used to show photo gallery albums.

Note: Default value of this property includes Public Privacy Level.

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

Syntax

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

Property Value

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

See Also