The literal text of the statement to represent.
[Visual Basic] Public Property Value As String [C#] public string Value {get; set;} [C++] public: __property String* get_Value(); public: __property void set_Value(String*); [JScript] public function get Value() : String; public function set Value(String);
The literal text of the statement to represent.
CodeLiteralStatement Class | CodeLiteralStatement Members | System.CodeDOM Namespace