次の方法で共有


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 名前空間