LookupTableMultiLangDataSet.GetTypedDataSetSchema method
Reserved for internal use.
Namespace: WebSvcLookupTable
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 = LookupTableMultiLangDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
Parameters
- xs
Type: System.Xml.Schema.XmlSchemaSet
Return value
Type: System.Xml.Schema.XmlSchemaComplexType
See also
Reference
LookupTableMultiLangDataSet class