Method.MethodInstances Property
NOTE: This API is now obsolete.
Gets the method instances associated with the method.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
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 MethodInstances As MethodInstanceCollection
Get
'Usage
Dim instance As Method
Dim value As MethodInstanceCollection
value = instance.MethodInstances
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public MethodInstanceCollection MethodInstances { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.MethodInstanceCollection
A collection of MethodInstances.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace