RepositoryLocation.WriteXml Method
Writes properties to XML.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub WriteXml ( _
writer As XmlWriter _
)
'Usage
Dim instance As RepositoryLocation
Dim writer As XmlWriter
instance.WriteXml(writer)
public void WriteXml(
XmlWriter writer
)
Parameters
writer
Type: System.Xml.XmlWriterThe XML writer.
Implements
IXmlSerializable.WriteXml(XmlWriter)