ActiveState.SharedDataSourceRemoved 屬性

定義

顯示訂閱所使用的共享資料來源是否已被移除。 唯讀。

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

屬性值

一個 Boolean 表示訂閱所使用的共享資料來源已被移除的值。

備註

SharedDataSourceRemoved 屬性的值在 Web service 代理類別中有對應 SharedDataSourceRemovedSpecified 的屬性。 由於 SharedDataSourceRemoved 是唯讀且終端使用者無法設定,因此不需要指定此屬性。 欲了解更多關於指定屬性的資訊,請參閱「 省略可選網路服務物件的值」。

適用於