public byte[] XmlData { get; set; }
Public Property XmlData As Byte() Get Set
public: property array<unsigned char>^ XmlData { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
member XmlData : byte[] with get, set
In This Article