Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the method is static.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsStatic As Boolean
Get
'Usage
Dim instance As IMethod
Dim value As Boolean
value = instance.IsStatic
bool IsStatic { get; }
Property Value
Type: System.Boolean
true if the method is static; otherwise, false.