The name of the file associated with this model - Null if no file name yet

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also