The filename or null

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; internal set; }
Visual Basic
Public Property FileName As String
	Get
	Friend Set
Visual C++
public:
property String^ FileName {
	String^ get ();
	internal: void set (String^ value);
}

See Also