OrganizationServiceElement.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 = OrganizationServiceInstanceMode.PerRequest)]
public OrganizationServiceInstanceMode InstanceMode { get; set; }
public:
[ConfigurationPropertyAttribute("instanceMode", DefaultValue = OrganizationServiceInstanceMode::PerRequest)]
property OrganizationServiceInstanceMode InstanceMode {
OrganizationServiceInstanceMode get();
void set(OrganizationServiceInstanceMode value);
}
[<ConfigurationPropertyAttribute("instanceMode", DefaultValue = OrganizationServiceInstanceMode.PerRequest)>]
member InstanceMode : OrganizationServiceInstanceMode with get, set
<ConfigurationPropertyAttribute("instanceMode", DefaultValue := OrganizationServiceInstanceMode.PerRequest)>
Public Property InstanceMode As OrganizationServiceInstanceMode
Property Value
Type: Microsoft.Xrm.Client.Configuration.OrganizationServiceInstanceMode
Type: OrganizationServiceInstanceMode.
See Also
OrganizationServiceElement Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright