ServerInfoHeader.AnyAttr Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public XmlAttribute[] AnyAttr { get; set; }
public:
property array<XmlAttribute^>^ AnyAttr {
    array<XmlAttribute^>^ get();
    void set(array<XmlAttribute^>^ value);
}
member AnyAttr : XmlAttribute[] with get, set
Public Property AnyAttr As XmlAttribute()

Property Value

Type: System.Xml.XmlAttribute[]

See Also

ServerInfoHeader Class
ReportService2010 Namespace

Return to top