EtmSettings.ThrottlingEnabled Property
Applies To: Dynamics CRM 2015
Gets or sets whether Enterprise Transaction Monitor (ETM) throttling is enabled.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public bool ThrottlingEnabled { get; set; }
public:
[DataMemberAttribute]
property bool ThrottlingEnabled {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member ThrottlingEnabled : bool with get, set
<DataMemberAttribute>
Public Property ThrottlingEnabled As Boolean
Property Value
Type: System.Boolean
Type: Boolean
Flag indicating whether Enterprise Transaction Monitor (ETM) throttling is enabled.
See Also
EtmSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright