Share via


SoapFieldAttribute.XmlElementName Propiedad

Definición

Obtiene o establece el nombre del elemento XML del campo incluido en el atributo SoapFieldAttribute.

public:
 property System::String ^ XmlElementName { System::String ^ get(); void set(System::String ^ value); };
public string XmlElementName { get; set; }
member this.XmlElementName : string with get, set
Public Property XmlElementName As String

Valor de propiedad

Nombre del elemento XML del campo incluido en el atributo.

Se aplica a