Share via


DataCacheErrorCode.NotPermittedForDefaultRegions Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The operation is only supported in regions that you explicitly create with the CreateRegion method; integer value equals 18.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Const NotPermittedForDefaultRegions As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.NotPermittedForDefaultRegions
public const int NotPermittedForDefaultRegions
public:
literal int NotPermittedForDefaultRegions
public static final int NotPermittedForDefaultRegions
public const var NotPermittedForDefaultRegions : int

Remarks

For more information about regions, see Logical Model (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace