Method.IsInstantiated Method
Gets a Boolean true or false indicating where the method is instantiated or static.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function IsInstantiated As Boolean
'Usage
Dim instance As Method
Dim returnValue As Boolean
returnValue = instance.IsInstantiated()
public bool IsInstantiated()
Return Value
Type: System.Boolean
true or false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace