StylusDataBase.Count Property
StylusDataBase.Count Property |
Returns the length of the packet data.
Definition
Visual Basic .NET Overridable Public ReadOnly Property Count As Integer C# public virtual int Count { get; } Managed C++ public: __property virtual int* get_Count();
Property Value
System.Int32. Length of the packet data.
This property is read-only. This property has no default value.