DataSourceDefinition.EnabledSpecified 屬性

定義

取得或設定一個值,指示該屬性是否 Enabled 被指定。

public:
 property bool EnabledSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool EnabledSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.EnabledSpecified : bool with get, set
Public Property EnabledSpecified As Boolean

屬性值

true若應從網路服務呼叫中省略該Enabled屬性;否則,。 false 預設值為 false

屬性

備註

欲了解更多關於省略屬性的資訊,請參閱「 省略可選網路服務物件的值」。

適用於