SqmSettings.SqmEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value that indicates whether collection of information for the customer experience improvement program is enabled.
public:
property bool SqmEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool SqmEnabled { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SqmEnabled : bool with get, set
Public Property SqmEnabled As Boolean
Property Value
true
if the information collection for the customer experience program is enabled; otherwise, false
.
- Attributes