CodeLabeledStatement::Statement Property
.NET Framework (current version)
Gets or sets the optional associated statement.
Assembly: System (in System.dll)
public: property CodeStatement^ Statement { CodeStatement^ get(); void set(CodeStatement^ value); }
Property Value
Type: System.CodeDom::CodeStatement^A CodeStatement that indicates the statement associated with the label.
If this property is not set, the CodeLabeledStatement represents only a label, rather than a labeled statement.
.NET Framework
Available since 1.1
Available since 1.1
Show: