The path to the property that is currently being validated

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public string Path { get; private set; }
Visual Basic
Public Property Path As String
	Get
	Private Set
Visual C++
public:
property String^ Path {
	String^ get ();
	private: void set (String^ value);
}

See Also