DataDrivenNotificationCustomStates Property  | 
 
            Gets the notification custom states.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<CustomState> CustomStates { get; }Public ReadOnly Property CustomStates As IReadOnlyList(Of CustomState)
	Get
public:
property IReadOnlyList<CustomState^>^ CustomStates {
	IReadOnlyList<CustomState^>^ get ();
}member CustomStates : IReadOnlyList<CustomState> with get
Property Value
Type: 
IReadOnlyListCustomState
See Also