Method.GetDataClass Method

NOTE: This API is now obsolete.

Gets the DataClass object of the method.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetDataClass As DataClass
'Usage
Dim instance As Method
Dim returnValue As DataClass

returnValue = instance.GetDataClass()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public DataClass GetDataClass()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
A DataClassobject.

See Also

Reference

Method Class

Method Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace