共用方式為


SPDelegate.IsApplicable property

取得 Boolean 值,指出是否適用代理人。

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overridable ReadOnly Property IsApplicable As Boolean
    Get
'用途
Dim instance As SPDelegate
Dim value As Boolean

value = instance.IsApplicable
public virtual bool IsApplicable { get; }

Property value

Type: System.Boolean
true代理人適用 ; 如果否則,請false。

請參閱

參照

SPDelegate class

SPDelegate members

Microsoft.SharePoint.Upgrade namespace