[Visual Basic] Overrides Public Property Value As String [C#] public override string Value { get; set; } [C++] public: __property String* get_Value(); public: __property void set_Value(String* ); [JScript] public override function get Value() : String public override function set Value(String);
Gets or sets the value of the node.
DXmlAttribute Class | XRules Namespace