ProjectRelationsDataSet.GetTypedDataSetSchema Method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

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

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

Parameters

Return Value

Type: System.Xml.Schema.XmlSchemaComplexType

See Also

Reference

ProjectRelationsDataSet Class

ProjectRelationsDataSet Members

Project Web Service