Share via


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

CacheInvalidationRecordStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace