SqmSettings.SqmEnabled Property
Applies To: Dynamics CRM 2015
Gets or sets the value that indicates whether collection of information for the customer experience improvement program is enabled.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public bool SqmEnabled { get; set; }
public:
[DataMemberAttribute]
property bool SqmEnabled {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member SqmEnabled : bool with get, set
<DataMemberAttribute>
Public Property SqmEnabled As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the information collection for the customer experience program is enabled; otherwise, false.
See Also
SqmSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright