Method.IsStatic Property
Returns a Boolean true or false indicating whether the method is static.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property IsStatic As Boolean
Get
'Usage
Dim instance As Method
Dim value As Boolean
value = instance.IsStatic
public bool IsStatic { get; }
Property Value
Type: System.Boolean
true if the method is a static method; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace