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 override void ReadXml(
XmlReader reader
)
public:
virtual void ReadXml(
XmlReader^ reader
) override
Public Overrides 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
StateDetailsContentsXmlBlob Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top