共用方式為


ServerInfoHeader.AnyAttr 屬性

Gets or sets an array of SOAP attributes.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Property AnyAttr As XmlAttribute()
    Get 
    Set
'用途
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[])

屬性值

型別:array<System.Xml.XmlAttribute[]
An array of XmlAttribute objects.

備註

This property enables the use of attributes in the SOAP namespace.

請參閱

參考

ServerInfoHeader 類別

ReportService2006 命名空間