Gets or sets privacy level for files to display in gallery

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

Syntax

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

Property Value

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

See Also