ActiveState.DeliveryExtensionRemovedSpecified Property
Definition
获取或设置一个值,该值指示是否指定 DeliveryExtensionRemoved 属性。Gets or sets a value that indicates whether the DeliveryExtensionRemoved property is specified.
public:
property bool DeliveryExtensionRemovedSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool DeliveryExtensionRemovedSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.DeliveryExtensionRemovedSpecified : bool with get, set
Public Property DeliveryExtensionRemovedSpecified As Boolean
Property Value
如果应该在 Web 服务调用中包括 DeliveryExtensionRemoved 属性,则为 true
;否则为 false
。true
if the DeliveryExtensionRemoved property should be included in the Web service call; otherwise, false
. 默认值为 false
。The default is false
.
- Attributes
Remarks
有关省略属性的详细信息,请参阅 省略可选 Web 服务对象的值。For more information about omitting properties see Omitting Values for Optional Web Service Objects.