Gets or sets the string that will be declared.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public string Data { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Data As String Get | 
| Visual C++ | 
|---|
| public: property String^ Data { String^ get (); } | 
Field Value
A string. Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<string>() != null | 





