Share via


StatusingSettingsDataSet.StatusingSettingsDataTable.GetTypedTableSchema Method

Gets the complexType XML schema for the StatusingSettingsDataTable.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Shared Function GetTypedTableSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType

returnValue = StatusingSettingsDataSet.StatusingSettingsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
    XmlSchemaSet xs
)

Parameters

Return Value

Type: System.Xml.Schema.XmlSchemaComplexType
A specified XML schema definition.

See Also

Reference

StatusingSettingsDataSet.StatusingSettingsDataTable Class

StatusingSettingsDataSet.StatusingSettingsDataTable Members

Admin Web Service