StatusingSettingsDataSet.StatusingSettingsDataTable.GetTypedTableSchema method
Gets the complexType XML schema for the StatusingSettingsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
- xs
Type: System.Xml.Schema.XmlSchemaSet
Return value
Type: System.Xml.Schema.XmlSchemaComplexType
A specified XML schema definition.
See also
Reference
StatusingSettingsDataSet.StatusingSettingsDataTable class