Finds the current personalization path.

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

Syntax

C#
public virtual string GetPath { get; }
Visual Basic
Public Overridable ReadOnly Property GetPath As String
	Get
Visual C++
public:
virtual property String^ GetPath {
	String^ get ();
}
F#
abstract GetPath : string with get
override GetPath : string with get

Property Value

Type: String

See Also