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 (24.3.0.1000)
Syntax public 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:
IReadOnlyListDataStateSee Also