Gets the name of the file.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string Name { get; }
Visual Basic
ReadOnly Property Name As String
	Get
Visual C++
property String^ Name {
	String^ get ();
}

Field Value

The name of the file.

Contracts

Get

Ensures
Contract.Result<string>() != null
Contract.Result<string>().Length > 0

See Also