MethodInstance.MethodInstanceType Property

Sets or gets the type of the method instance.

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

Syntax

'Declaration
Public Property MethodInstanceType As MethodInstanceType
    Get
    Set
'Usage
Dim instance As MethodInstance
Dim value As MethodInstanceType

value = instance.MethodInstanceType

instance.MethodInstanceType = value
public MethodInstanceType MethodInstanceType { get; set; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstanceType
One of Finder, SpecificFinder, ViewAccessor, IDEnumerator or GenericInvoker.

See Also

Reference

MethodInstance Class

MethodInstance Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace