: MethodInstance.MethodInstanceType (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Sets or gets the type of the method instance.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property MethodInstanceType As MethodInstanceType
'Uso
Dim instance As MethodInstance
Dim value As MethodInstanceType
value = instance.MethodInstanceType
instance.MethodInstanceType = value
public MethodInstanceType MethodInstanceType { get; set; }
Valor de propiedad
One of Finder, SpecificFinder, ViewAccessor, IDEnumerator or GenericInvoker.
Vea también
Referencia
MethodInstance (Clase)
MethodInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)