SoapFieldAttribute.XmlElementName 属性

定义

获取或设置包含在 SoapFieldAttribute 特性中的字段的 XML 元素名称。

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

属性值

包含在此特性中的字段的 XML 元素名称。

适用于