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