LocalizedStringDictionaryCount Property  | 
 
            Gets the number of defined values.
            
 
    Namespace: 
   Dundas.BI
    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
Property Value
Type: 
Int32
            The number of defined values.
            
Implements
ICollectionTCount
See Also