ObjectCacheElement.InstanceMode Property
Applies To: Dynamics CRM 2013
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
Developer extensions for Microsoft Dynamics CRM 2013
Return to top