Share via


MethodStruct.IsStatic Property

Gets or sets whether the method is static.

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

Syntax

'Declaration
Public Property IsStatic As Boolean
    Get
    Set
'Usage
Dim instance As MethodStruct
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

MethodStruct Class

MethodStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace