In This Topic
Converts an
Rule into its XML representation.
Syntax
'Declaration
Public Sub WriteXml( _
ByVal As XmlWriter _
)
public void WriteXml(
XmlWriter
)
Parameters
- writer
- The System.Xml.XmlWriter stream to which the object is serialized.
See Also