adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ObjectCollectionT<T> Class / Count Property


In This Topic
    Count Property (ObjectCollectionT<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    public:
    property int Count {
       int get();
    }
    See Also