Notification.Attempt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how many times the report server has attempted to deliver the notification.
public:
abstract property int Attempt { int get(); };
public abstract int Attempt { get; }
member this.Attempt : int
Public MustOverride ReadOnly Property Attempt As Integer
Property Value
A Boolean
value that indicates how many times the report server has attempted to deliver the notification.
Remarks
The number of attempt indicated by the value of the Attempt property includes the current attempt to deliver the notification.