ISourceStatesConditionSourceStates Property  | 
 
            Gets the notification content.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIReadOnlyList<DataState> SourceStates { get; }ReadOnly Property SourceStates As IReadOnlyList(Of DataState)
	Get
property IReadOnlyList<DataState^>^ SourceStates {
	IReadOnlyList<DataState^>^ get ();
}abstract SourceStates : IReadOnlyList<DataState> with get
Property Value
Type: 
IReadOnlyListDataState
See Also