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