| FromXMLString Method | |
| See Also |
- bstrXML
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
The XML from which to retrieve the object's data.