Organization.SqmIsEnabled 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 whether information is being collected for the customer experience improvement program.
public:
property bool SqmIsEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool SqmIsEnabled { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SqmIsEnabled : bool with get, set
Public Property SqmIsEnabled As Boolean
Property Value
true
if information is being collected for the customer experience improvement program; otherwise, false
.
- Attributes
Remarks
This property is optional when using the BeginCreateOrganizationRequest class. If not specified the value is false
. This property cannot be updated after the organization is created.