Share via


BatchHeader.AnyAttr プロパティ

定義

オブジェクトの XmlAttribute 配列を取得または設定します。

public:
 property cli::array <System::Xml::XmlAttribute ^> ^ AnyAttr { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[] AnyAttr { get; set; }
member this.AnyAttr : System.Xml.XmlAttribute[] with get, set
Public Property AnyAttr As XmlAttribute()

プロパティ値

オブジェクトの XmlAttribute 配列。

適用対象