MethodInstance.MethodInstanceType Property
NOTE: This API is now obsolete.
Gets the type of the MethodInstance object.
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 ReadOnly Property MethodInstanceType As MethodInstanceType
Get
'Usage
Dim instance As MethodInstance
Dim value As MethodInstanceType
value = instance.MethodInstanceType
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public MethodInstanceType MethodInstanceType { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstanceType
Can be Finder, GenericInvoker, IdEnumerator, Scalar, SpecificFinder, AccessChecker, or ViewAccessor.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace