BatchHeader.AnyAttr 属性

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Property AnyAttr As XmlAttribute()
    Get 
    Set
用法
Dim instance As BatchHeader 
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[]

请参阅

参考

BatchHeader 类

ReportService2005 命名空间