Gets / Set full path to part.

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

Syntax

C#
public string PartFullPath { get; set; }
Visual Basic
Public Property PartFullPath As String
	Get
	Set
Visual C++
public:
property String^ PartFullPath {
	String^ get ();
	void set (String^ value);
}
F#
member PartFullPath : string with get, set

Property Value

Type: String

See Also