MethodInstance.MethodInstanceType, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)
Sets or gets the type of the method instance.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property MethodInstanceType As MethodInstanceType
'Utilisation
Dim instance As MethodInstance
Dim value As MethodInstanceType
value = instance.MethodInstanceType
instance.MethodInstanceType = value
public MethodInstanceType MethodInstanceType { get; set; }
Valeur de la propriété
One of Finder, SpecificFinder, ViewAccessor, IDEnumerator or GenericInvoker.
Voir aussi
Référence
MethodInstance, classe
Membres MethodInstance
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms