ClearCacheOptionsCacheKinds Property |
Gets or sets the CacheKinds enumeration flag.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "cacheKinds", EmitDefaultValue = true)]
public CacheKinds CacheKinds { get; set; }
<DataMemberAttribute(Name := "cacheKinds", EmitDefaultValue := true)>
Public Property CacheKinds As CacheKinds
Get
Set
public:
[DataMemberAttribute(Name = L"cacheKinds", EmitDefaultValue = true)]
property CacheKinds CacheKinds {
CacheKinds get ();
void set (CacheKinds value);
}
[<DataMemberAttribute(Name = "cacheKinds", EmitDefaultValue = true)>]
member CacheKinds : CacheKinds with get, set
Property Value
Type:
CacheKindsSee Also