OrganizationServiceElement.ServiceCacheName Property
Applies To: Dynamics CRM 2013
Gets or sets the name of the nested OrganizationServiceCacheElement configuration.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("serviceCacheName", DefaultValue = null)]
public string ServiceCacheName { get; set; }
public:
[ConfigurationPropertyAttribute("serviceCacheName", DefaultValue = null)]
property String^ ServiceCacheName {
String^ get();
void set(String^ value);
}
[<ConfigurationPropertyAttribute("serviceCacheName", DefaultValue = null)>]
member ServiceCacheName : string with get, set
<ConfigurationPropertyAttribute("serviceCacheName", DefaultValue := Nothing)>
Public Property ServiceCacheName As String
Property Value
Type: System.String
Type: String.
See Also
OrganizationServiceElement Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top