Gets or sets the name of the object file.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual string Name { get; set; } |
Visual Basic |
---|
Public Overridable Property Name As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ Name {
String^ get ();
void set (String^ value);
} |
Field Value
The name of the object file.
Implements
IFile..::..NameRemarks
Exceptions
Contracts
Get
Ensures |
---|
Contract.Result<string>() != null |
Contract.Result<string>() != null |
Contract.Result<string>().Length > 0 |
Set
See Also