Share via


PermissionDataSet.GetTypedDataSetSchema method

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

Namespace:  WebSvcSecurity
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 = PermissionDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
    XmlSchemaSet xs
)

Parameters

Return value

Type: System.Xml.Schema.XmlSchemaComplexType

See also

Reference

PermissionDataSet class

PermissionDataSet members

WebSvcSecurity namespace