DataClass.GetMethods Method
NOTE: This API is now obsolete.
Gets the methods available for this DataClass object (entity).
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 GetMethods As NamedMethodDictionary
'Usage
Dim instance As DataClass
Dim returnValue As NamedMethodDictionary
returnValue = instance.GetMethods()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public NamedMethodDictionary GetMethods()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedMethodDictionary
A NamedMethodDictionary object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace