MethodInstance.MethodInstanceType Property
Gets the type of the MethodInstance object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property MethodInstanceType As MethodInstanceType
Get
'Usage
Dim instance As MethodInstance
Dim value As MethodInstanceType
value = instance.MethodInstanceType
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