'DeclarationPublic ReadOnly Property Count As Integer
'UsageDim 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();