Udostępnij za pośrednictwem


Właściwość ServerInfoHeader.AnyAttr

Pobiera lub ustawia tablicę atrybuty XML protokołu SOAP.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property AnyAttr As XmlAttribute()
    Get
    Set
'Użycie
Dim instance As ServerInfoHeader
Dim value As XmlAttribute()

value = instance.AnyAttr

instance.AnyAttr = value
public XmlAttribute[] AnyAttr { get; set; }
public:
property array<XmlAttribute^>^ AnyAttr {
    array<XmlAttribute^>^ get ();
    void set (array<XmlAttribute^>^ value);
}
member AnyAttr : XmlAttribute[] with get, set
function get AnyAttr () : XmlAttribute[]
function set AnyAttr (value : XmlAttribute[])

Wartość właściwości

Typ: array<System.Xml.XmlAttribute[]
Tablica XmlAttribute obiektów.

Uwagi

Właściwość ta umożliwia stosowanie atrybutów w obszarze nazw SOAP.