SoapFieldAttribute.XmlElementName Property

Definition

Gets or sets the XML element name of the field contained in the SoapFieldAttribute attribute.

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

Property Value

The XML element name of the field contained in this attribute.

Applies to