言語

ServerInfoHeader.AnyAttr プロパティ

定義

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

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

プロパティ値

XmlAttribute オブジェクトの配列。

注釈

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

適用対象