ActiveState.DeliveryExtensionRemoved 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.
Gets a value indicating whether a delivery extension that is specified in a subscription has been removed from the report server database.
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
true
if a delivery extension that is specified in a subscription has been removed from the report server database; otherwise, false
. The default is true
.
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 have to set a value for this property. For more information about omitting properties, see Omitting Values for Optional Web Service Objects.