AllJoynRequestCredentialsEventArgs.AttemptCount | attemptCount property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The number of times the credential request has been tried.

Syntax

var attemptCount = allJoynRequestCredentialsEventArgs.attemptCount;
public ushort AttemptCount { get; }
Public ReadOnly Property AttemptCount As UShort
public:
property unsigned short AttemptCount { 
   unsigned short get();
}

Property value

Type: Number [JavaScript] | System.UInt16 [.NET] | uint16 [C++]

The number of retries.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Devices.AllJoyn Windows::Devices::AllJoyn [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

AllJoynRequestCredentialsEventArgs