DataStateConditionTargetStates Property  | 
 
            Gets the target states for the current instance.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<DataState> TargetStates { get; }Public ReadOnly Property TargetStates As IReadOnlyList(Of DataState)
	Get
public:
property IReadOnlyList<DataState^>^ TargetStates {
	IReadOnlyList<DataState^>^ get ();
}member TargetStates : IReadOnlyList<DataState> with get
Property Value
Type: 
IReadOnlyListDataState
See Also