[This is preliminary documentation and is subject to change.]

Gets/sets the fully qualified image path name on the local system.

Namespace: MvcTestApp.Models
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also