Notification.Attempt Property

Definition

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.

Applies to