Share via


ObjectCacheElement.InstanceMode Property

 

Applies To: Dynamics CRM 2015

Gets or sets the instance mode.

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

Syntax

[ConfigurationPropertyAttribute("instanceMode", DefaultValue = ObjectCacheInstanceMode.PerName)]
public ObjectCacheInstanceMode InstanceMode { get; set; }
public:
[ConfigurationPropertyAttribute("instanceMode", DefaultValue = ObjectCacheInstanceMode::PerName)]
property ObjectCacheInstanceMode InstanceMode {
    ObjectCacheInstanceMode get();
    void set(ObjectCacheInstanceMode value);
}
[<ConfigurationPropertyAttribute("instanceMode", DefaultValue = ObjectCacheInstanceMode.PerName)>]
member InstanceMode : ObjectCacheInstanceMode with get, set
<ConfigurationPropertyAttribute("instanceMode", DefaultValue := ObjectCacheInstanceMode.PerName)>
Public Property InstanceMode As ObjectCacheInstanceMode

Property Value

Type: Microsoft.Xrm.Client.Configuration.ObjectCacheInstanceMode

Type: ObjectCacheInstanceMode
.

See Also

ObjectCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright