Compartilhar via


OrganizationServiceCacheSettings.CacheRegionName Property

 

Applies To: Dynamics CRM 2013

Gets or sets the cache region name.

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

Syntax

public string CacheRegionName { get; set; }
public:
property String^ CacheRegionName {
    String^ get();
    void set(String^ value);
}
member CacheRegionName : string with get, set
Public Property CacheRegionName As String

Property Value

Type: System.String

Type: String.

See Also

OrganizationServiceCacheSettings Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top