Share via


OrganizationServiceCacheElement.CacheRegionName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the cache region name.

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

[ConfigurationPropertyAttribute("cacheRegionName", DefaultValue = null)]
public string CacheRegionName { get; set; }
public:
[ConfigurationPropertyAttribute("cacheRegionName", DefaultValue = null)]
property String^ CacheRegionName {
    String^ get();
    void set(String^ value);
}
[<ConfigurationPropertyAttribute("cacheRegionName", DefaultValue = null)>]
member CacheRegionName : string with get, set
<ConfigurationPropertyAttribute("cacheRegionName", DefaultValue := Nothing)>
Public Property CacheRegionName As String

Property Value

Type: System.String

Type: String.

See Also

OrganizationServiceCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright