DataCacheOperationDescriptor.RegionName Property

 

Returns the RegionName property.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public string RegionName { get; }
public:
property String^ RegionName {
    String^ get();
}
member RegionName : string with get
Public ReadOnly Property RegionName As String

Property Value

Type: System.String

A string representing the current value of the RegionName property.

See Also

DataCacheOperationDescriptor Class
Microsoft.ApplicationServer.Caching Namespace

Return to top