Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the counter.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Counter As Integer
Get
Set
'Usage
Dim instance As CacheInvalidationRecordStruct
Dim value As Integer
value = instance.Counter
instance.Counter = value
public int Counter { get; set; }
Property value
Type: System.Int32
The counter.
See also
Reference
CacheInvalidationRecordStruct class