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.
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)