ActiveState.SharedDataSourceRemovedSpecified プロパティ

定義

SharedDataSourceRemovedプロパティが指定されているかどうかを示す値を取得または設定します。

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

プロパティ値

true SharedDataSourceRemovedプロパティをWebサービスコールに含めるべきかは別として、そうでなければfalse。 既定値は false です。

属性

注釈

プロパティの省略についての詳細は 「オプションのWebサービスオブジェクトの値の省略」を参照してください。

適用対象