ParameterValueCollectionCount Property  | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}abstract Count : int with get
override Count : int with get
Return Value
Type: 
Int32The number of elements contained in the 
ICollectionT.
Implements
ICollectionTCount
See Also