Method.MethodInstances Property
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
Public ReadOnly Property MethodInstances As MethodInstanceCollection
Get
'Usage
Dim instance As Method
Dim value As MethodInstanceCollection
value = instance.MethodInstances
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