SoapAttribute.Embedded 屬性

定義

會取得或設定一個值,指示該型別在 SOAP 序列化時是否必須巢狀。

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

屬性值

true如果目標物件必須在 SOAP 序列化時巢狀;否則,。 false

適用於