| FromXMLString Method | |
| See Also |
- bstrXML
Specifies the the XML string.
The XML from which to retrieve the object's data.
Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method.
| Visual Basic |
|---|
Public Sub FromXMLString( _
ByVal bstrXML As String _
) |
- bstrXML
Specifies the the XML string.
The XML from which to retrieve the object's data.