Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of XML SOAP attributes.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property AnyAttr As XmlAttribute()
Get
Set
'Usage
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[])
Property Value
Type: array<System.Xml.XmlAttribute[]
An array of XmlAttribute objects.
Remarks
This property enables the use of attributes in the SOAP namespace.