Свойство AnyAttr
Gets or sets an array of SOAP attributes.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.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.