Selerix Developer Tools
Count Property (ReportParameterList)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameterList Class : Count Property
Gets the count.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As ReportParameterList
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public read-only property Count: Integer; 
public function get Count : int
public: __property int get_Count();
public:
property int Count {
   int get();
}

Property Value

The count.
See Also

Reference

ReportParameterList Class
ReportParameterList Members