Method.IsStatic 属性 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Returns a Boolean true or false indicating whether the method is static.

命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public ReadOnly Property IsStatic As Boolean
用法
Dim instance As Method
Dim value As Boolean

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

属性值

true if the method is a static method; otherwise, false.

另请参阅

参考

Method 类
Method 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间