Gets or sets the privacy levels for the current field.

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

Syntax

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

Property Value

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

See Also