Catalyst File Transfer .NET

InternetDialer.DeviceEntryArray.Count Property

Returns the maximum number of elements in the property array.

[Visual Basic]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}

Property Value

An integer value that specifies the number of available devices.

Remarks

This property will return the same value as the DeviceCount property and is used to determine the maximum index value for the DeviceEntry property array.

See Also

InternetDialer.DeviceEntryArray Class | SocketTools Namespace