Gets or sets the string that will be declared.

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

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

Get

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

See Also