Share via


Current Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the current missing packet index.

Namespace:  Microsoft.SPOT.MFUpdate
Assembly:  MFUpdate (in MFUpdate.dll)

Syntax

'Declaration
Public ReadOnly Property Current As Object
public Object Current { get; }
public:
virtual property Object^ Current {
    Object^ get () sealed;
}
abstract Current : Object
override Current : Object
final function get Current () : Object

Property Value

Type: System. . :: . .Object
The current missing packet index.

Implements

IEnumerator. . :: . .Current

Remarks

You must call MoveNext prior to retrieving this property.

.NET Framework Security

See Also

Reference

MissingPacketEnumerator Class

Microsoft.SPOT.MFUpdate Namespace