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.
Reads properties from XML.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub ReadXml ( _
reader As XmlReader _
)
'Usage
Dim instance As RepositoryLocation
Dim reader As XmlReader
instance.ReadXml(reader)
public void ReadXml(
XmlReader reader
)
Parameters
reader
Type: System.Xml.XmlReaderThe XML reader.
Implements
IXmlSerializable.ReadXml(XmlReader)