PersonalCacheItem.CacheVersion property
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property CacheVersion As String
Get
Set
'Usage
Dim instance As PersonalCacheItem
Dim value As String
value = instance.CacheVersion
instance.CacheVersion = value
public string CacheVersion { get; set; }
Property value
Type: System.String