Share via


TimePeriodDataSet.TimePeriodsDataTable.GetTypedTableSchema method

Returns the complexType XML schema for the TimePeriodsDataTable.

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 = TimePeriodDataSet.TimePeriodsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
    XmlSchemaSet xs
)

Parameters

Return value

Type: System.Xml.Schema.XmlSchemaComplexType

See also

Reference

TimePeriodDataSet.TimePeriodsDataTable class

TimePeriodDataSet.TimePeriodsDataTable members

WebSvcAdmin namespace