INDProximityDetectionCompletedEventArgs.ProximityDetectionRetryCount Property

Definition

Gets the number of retries that occurred during a proximity detection operation.

public:
 property unsigned int ProximityDetectionRetryCount { unsigned int get(); };
uint32_t ProximityDetectionRetryCount();
/// [get: Windows.Foundation.Metadata.Deprecated("INDProximityDetectionCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
uint32_t ProximityDetectionRetryCount();
public uint ProximityDetectionRetryCount { get; }
public uint ProximityDetectionRetryCount { [Windows.Foundation.Metadata.Deprecated("INDProximityDetectionCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = iNDProximityDetectionCompletedEventArgs.proximityDetectionRetryCount;
Public ReadOnly Property ProximityDetectionRetryCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of retries that occurred during a proximity detection operation.

Attributes

Applies to