Name of the region to use when calling the properties and methods that do not use a region name.
public string DefaultRegion {get; set;}
'Declaration
Public Property DefaultRegion As String
'Usage
Dim instance As FileCache
Dim value As String
instance.DefaultRegion = value
value = instance.DefaultRegion
public String getDefaultRegion()
public void setDefaultRegion(String value)
public:
property String^ DefaultRegion {
String^ get();
void set ( String^ value);
}
Property Value
The default policy when setting cache values using the indexer. Default value is
null.