ActiveState.DeliveryExtensionRemoved Property

Definition

Indicates whether a delivery extension that is specified in a subscription has been removed from the report server database. Boolean. Read-only.

public:
 property bool DeliveryExtensionRemoved { bool get(); void set(bool value); };
public bool DeliveryExtensionRemoved { get; set; }
member this.DeliveryExtensionRemoved : bool with get, set
Public Property DeliveryExtensionRemoved As Boolean

Property Value

A Boolean value indicating whether a delivery extension that is specified in a subscription has been removed from the report server database.

Remarks

The value for the DeliveryExtensionRemoved property has a corresponding DeliveryExtensionRemovedSpecified property in the Web service proxy class. Because DeliveryExtensionRemoved is read-only and cannot be set by end users, you do not need to specify this property. For more information about specifying properties, see Omitting Values for Optional Web Service Objects.

Applies to