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 TimeSheetSettingsDataTable.
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 = TimeSheetSettingsDataSet.TimeSheetSettingsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
Parameters
xs
Type: System.Xml.Schema.XmlSchemaSetA specified XML schema definition.
Return value
Type: System.Xml.Schema.XmlSchemaComplexType
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsDataTable class