Share via


Organization.SqmIsEnabled Property

Definition

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.

Applies to