XMLNode.XML[Boolean] 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.
Returns a String that represents the XML text in the specified object.
public:
property System::String ^ XML[bool] { System::String ^ get(bool DataOnly); };
public string XML[bool DataOnly = false] { get; }
member this.XML(bool) : string
Public ReadOnly Property XML(Optional DataOnly As Boolean = false) As String
Parameters
- DataOnly
- Boolean
Optional Boolean. True returns the text of the XML without the Word XML markup. The default setting is False.