ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisEndorserInfoCollection class / length Property

In This Topic
    length Property
    In This Topic
    Returns the length of the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_length() : {Any}
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisEndorserInfoCollection.get_length();
    Remarks

    This function returns the number of items that are in the collection. If the collection is empty, this function will return zero.

    See Also