Method.IsStatic property

Gets or sets a Boolean value to indicate whether the method is static.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsStatic As Boolean
    Get
    Set
'Usage
Dim instance As Method
Dim value As Boolean

value = instance.IsStatic

instance.IsStatic = value
public bool IsStatic { get; set; }

Property value

Type: System.Boolean
true if the method is static; otherwise, false.

See also

Reference

Method class

Method members

Microsoft.SharePoint.BusinessData.Administration namespace