FiscalPeriodDataSet.GetTypedDataSetSchema method

Returns the complexType XML schema for the FiscalPeriodDataSet.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

returnValue = FiscalPeriodDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
    XmlSchemaSet xs
)

Parameters

Return value

Type: System.Xml.Schema.XmlSchemaComplexType

See also

Reference

FiscalPeriodDataSet class

FiscalPeriodDataSet members

WebSvcAdmin namespace