CacheInvalidationRecordStruct.CacheLine Property
Gets or sets the cache invalidation record.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CacheLine As Long
Get
Set
'Usage
Dim instance As CacheInvalidationRecordStruct
Dim value As Long
value = instance.CacheLine
instance.CacheLine = value
public long CacheLine { get; set; }
Property Value
Type: System.Int64
The cache invalidation record.
See Also
Reference
CacheInvalidationRecordStruct Class