Share via


XboxLiveQualityOfServiceMeasurement.ShouldRequestPrivatePayloads Property

Definition

Gets or sets a Boolean value indicating whether private payloads should be retrieved from the devices involved in this Quality of Service (QoS) measurement.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property bool ShouldRequestPrivatePayloads { bool get(); void set(bool value); };
bool ShouldRequestPrivatePayloads();

void ShouldRequestPrivatePayloads(bool value);
public bool ShouldRequestPrivatePayloads { get; set; }
var boolean = xboxLiveQualityOfServiceMeasurement.shouldRequestPrivatePayloads;
xboxLiveQualityOfServiceMeasurement.shouldRequestPrivatePayloads = boolean;
Public Property ShouldRequestPrivatePayloads As Boolean

Property Value

Boolean

bool

When true, private payloads are retrieved.

Applies to