Share via


SPCapabilityChecker.CapabilityID property

Gets the identifier of the capability to be checked.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapabilityID As Guid
    Get
'Usage
Dim instance As SPCapabilityChecker
Dim value As Guid

value = instance.CapabilityID
public abstract Guid CapabilityID { get; }

Property value

Type: System.Guid
The identifier of the capability.

See also

Reference

SPCapabilityChecker class

SPCapabilityChecker members

Microsoft.SharePoint namespace