XboxLiveQualityOfServiceMeasurement.ShouldRequestPrivatePayloads 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 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.