Document..::..PhysicalFileName Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Documents
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public string PhysicalFileName { get; set; }
Public Property PhysicalFileName As String
	Get
	Set
public:
property String^ PhysicalFileName {
	String^ get ();
	void set (String^ value);
}