Proprietà AnyAttr
This property is not used.
Spazio dei nomi: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Property AnyAttr As XmlAttribute()
Get
Set
'Utilizzo
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[])
Valore proprietà
Tipo: array<System.Xml. . :: . .XmlAttribute> [] () [] []
An array of XmlAttribute objects.
Vedere anche