CacheInvalidationRecordStruct.Counter Property
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