Method.IsStatic Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property IsStatic As Boolean
    Get
'Usage
Dim instance As Method
Dim value As Boolean

value = instance.IsStatic
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public bool IsStatic { get; }

Property Value

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

See Also

Reference

Method Class

Method Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace