SoapAttribute.Embedded Propiedad

Definición

Obtiene o establece un valor que indica si debe anidarse el tipo durante la serialización 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

Valor de propiedad

true si el objeto de destino debe anidarse durante la serialización SOAP; en caso contrario, false.

Se aplica a