ServerInfoHeader.AnyAttr 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 命名空間中的屬性。