Discuss this help topic in SecureBlackbox Forum

TElXMLDataObjectFormatList.Count

TElXMLDataObjectFormatList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the number of elements in the list.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count: integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this read-only property to get the number of DataObjectFormat elements in the list.

See also:     DataObjectFormat    

Discuss this help topic in SecureBlackbox Forum