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