OrganizationServiceElement.ObjectCacheName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the name of the nested ObjectCacheElement configuration.

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

Syntax

[ConfigurationPropertyAttribute("objectCacheName", DefaultValue = null)]
public string ObjectCacheName { get; set; }
public:
[ConfigurationPropertyAttribute("objectCacheName", DefaultValue = null)]
property String^ ObjectCacheName {
    String^ get();
    void set(String^ value);
}
[<ConfigurationPropertyAttribute("objectCacheName", DefaultValue = null)>]
member ObjectCacheName : string with get, set
<ConfigurationPropertyAttribute("objectCacheName", DefaultValue := Nothing)>
Public Property ObjectCacheName 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