C-DEngine 5.105

TheFileInfo..::..Name Property

Gets the name of the file. (Overrides FileSystemInfo.Name)

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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