OrganizationServiceElement.ServiceCacheName Property
Applies To: Dynamics CRM 2015
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
Return to top
© 2017 Microsoft. All rights reserved. Copyright