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.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual void ReadXml(
XmlReader reader
)
public:
virtual void ReadXml(
XmlReader^ reader
)
Public Overridable 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
InventoryInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top