Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the complexType XML schema for the TimesheetAuditExportDataSet.
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 GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = TimesheetAuditExportDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
Parameters
- xs
Type: System.Xml.Schema.XmlSchemaSet
A specified XML schema definition.
Return Value
Type: System.Xml.Schema.XmlSchemaComplexType
See Also
Reference
TimesheetAuditExportDataSet Class