Loads an object from the specified
System.Xml.XmlNode.
'Declaration
Public Overloads Overridable Function FromXml( _
ByVal As XmlNode _
) As Boolean
public virtual bool FromXml(
XmlNode
)
Parameters
- node
- An System.Xml.XmlNode which contains the object data.
Return Value
Returns true if object has been changed.