ItemMetaCacheVaryByKey Property |
Gets or sets the key of the CacheVaryBy, if specified.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CacheVaryByKey { get; set; }
Public Property CacheVaryByKey As String
Get
Set
public:
property String^ CacheVaryByKey {
String^ get ();
void set (String^ value);
}
member CacheVaryByKey : string with get, set
Property Value
Type:
String
See Also