'Declaration <DescriptionAttribute("A byte array as value of the node.")> Public Overridable Property ValueAsByteArray As Byte[]
[Description("A byte array as value of the node.")] public virtual byte[] ValueAsByteArray { get; set; }
[Description("A byte array as value of the node.")] public: __property virtual byte[] get_ValueAsByteArray(); public: __property virtual void set_ValueAsByteArray(
byte[]* value
);