ActiveState.SharedDataSourceRemovedSpecified Property
Definition
获取或设置一个值,该值指示是否指定 SharedDataSourceRemoved 属性。Gets or sets a value that indicates whether the SharedDataSourceRemoved property is specified.
public:
property bool SharedDataSourceRemovedSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool SharedDataSourceRemovedSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.SharedDataSourceRemovedSpecified : bool with get, set
Public Property SharedDataSourceRemovedSpecified As Boolean
Property Value
如果应该在 Web 服务调用中包括 SharedDataSourceRemoved 属性,则为 true
;否则为 false
。true
if the SharedDataSourceRemoved 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.