RepositoryLocation.GetSchema Method

Gets the XML schema.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetSchema As XmlSchema
'Usage
Dim instance As RepositoryLocation
Dim returnValue As XmlSchema

returnValue = instance.GetSchema()
public XmlSchema GetSchema()

Return Value

Type: System.Xml.Schema.XmlSchema
The XML schema.

Implements

IXmlSerializable.GetSchema()

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace