Notification.Status 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.
The status of the notification. Displayed in the subscription user interface.
public:
abstract property System::String ^ Status { void set(System::String ^ value); };
public abstract string Status { set; }
member this.Status : string
Public MustOverride Property Status As String
Property Value
The status of the notification.
Remarks
The status is set by the extension. You should update the status of the notification in your delivery extension code when a delivery is successful or when errors occur.
Consider localizing the value of the Status property to the current locale. Status is displayed in Report Manager on the Subscriptions page.