Gets the current privacy level.

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

Syntax

C#
protected string SelectedPrivacyLevel { get; }
Visual Basic
Protected ReadOnly Property SelectedPrivacyLevel As String
	Get
Visual C++
protected:
property String^ SelectedPrivacyLevel {
	String^ get ();
}
F#
member SelectedPrivacyLevel : string with get

Property Value

Type: String

See Also