言語

ServerInfoHeader.AnyAttr プロパティ

定義

SOAP属性の配列を取得したり設定したりします。

public:
 property cli::array <System::Xml::XmlAttribute ^> ^ AnyAttr { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
[System.Xml.Serialization.XmlAnyAttribute]
public System.Xml.XmlAttribute[] AnyAttr { get; set; }
[<System.Xml.Serialization.XmlAnyAttribute>]
member this.AnyAttr : System.Xml.XmlAttribute[] with get, set
Public Property AnyAttr As XmlAttribute()

プロパティ値

XmlAttribute オブジェクトの配列。

属性

注釈

この特性により、SOAP名前空間内の属性の使用が可能になります。

適用対象