AppSettingCollectionCount Property  | 
 Gets the number of elements in the collection.
 
    Namespace: 
   Dundas.BI.Configuration
    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 in the collection.
Implements
IReadOnlyCollectionTCount
See Also