adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariableDictionary Interface / Count Property


In This Topic
    Count Property (IJobVariableDictionary)
    In This Topic
    Gets the number of items in the collection
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    int Count {get;}
    property int Count {
       int get();
    }
    See Also