The file associated with this model

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

Syntax

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

Implements

IModelContainer..::..FileName

See Also