DataStatementAst.Variable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the variable this data statement sets, or null if no variable name was specified.
public:
property System::String ^ Variable { System::String ^ get(); };
public:
property Platform::String ^ Variable { Platform::String ^ get(); };
public string Variable { get; }
member this.Variable : string
Public ReadOnly Property Variable As String