Share via


CacheItemDetail.CacheKey Property

 

Applies To: Dynamics CRM 2015

Gets the key of the related cache item.

Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

[DataMemberAttribute]
public string CacheKey { get; private set; }
public:
[DataMemberAttribute]
property String^ CacheKey {
    String^ get();
    private: void set(String^ value);
}
[<DataMemberAttribute>]
member CacheKey : string with get, private set
<DataMemberAttribute>
Public Property CacheKey As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Type: String
The key.

See Also

CacheItemDetail Class
Microsoft.Xrm.Client.Caching Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright