RecordLinkList.len Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current number of records in the list.
public:
virtual int len();
public virtual int len ();
abstract member len : unit -> int
override this.len : unit -> int
Public Overridable Function len () As Integer
Returns
The number of records in the list.