Gets the identifier of the extern symbol.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public string Identifier { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Identifier As String Get | 
| Visual C++ | 
|---|
| public: virtual property String^ Identifier { String^ get () sealed; } | 
Field Value
The identifier of the extern symbol.Implements
IIdentifiable..::..Identifier Contracts
Contracts
Get
| Ensures | ||
|---|---|---|
| Contract.Result<string>() != null | ||
| Contract.Result<string>() != null 
 | 





