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 元素名称。

适用于