Gets full path to the WebPart (in MonoX parts are actually wrapped UserControls)

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

Syntax

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

Property Value

Type: String

See Also