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.