TrustedUserHeader.AnyAttr Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property AnyAttr As XmlAttribute()
    Get
    Set
'Usage
Dim instance As TrustedUserHeader
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[]