Tag.Count Property

TegoOS

TagCount Property
Number of Select criteria used to select this tag (allows the tag to be used as an ISelection).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}
abstract Count : int with get
override Count : int with get

Property Value

Type: Int32

Implements

ISelectionCount
See Also