Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates an object from its XML representation.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void ReadXml(
XmlReader reader
)
public:
virtual void ReadXml(
XmlReader^ reader
) sealed
Public Sub ReadXml (
reader As XmlReader
)
Parameters
reader
Type: System.Xml.XmlReaderThe XmlReader stream from which the object is deserialized.
Implements
IXmlSerializable.ReadXml(XmlReader)
See Also
ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top