SPResourceTrackingRule.Kind property
Gets the SPResourceKind this rule applies to.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Kind As SPResourceKind
Get
'Usage
Dim instance As SPResourceTrackingRule
Dim value As SPResourceKind
value = instance.Kind
public SPResourceKind Kind { get; }
Property value
Type: Microsoft.SharePoint.SPResourceKind