BatchHeader.AnyAttr Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaración
Public Property AnyAttr As XmlAttribute()
Get
Set
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[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.