[Visual Basic] Property Value As String [C#] string Value { get; set; } [C++] __property String* get_Value(); __property void set_Value(String* ); [JScript] function get Value() : String function set Value(String);
Contains the value of the node. This property is used by the LmlRule object to change the value of this node without affecting the value of the dependents nodes.
IDXmlNode Interface | XRules Namespace