Data Property
Summary
Gets or sets the data used to load and save to and from a buffer.
Syntax
[DataMemberAttribute(Name="Data", IsRequired=true)]
public byte[] Data { get; set; }
<DataMemberAttribute(Name="Data", IsRequired=True)>
Public Property Data As Byte()
[DataMemberAttribute(Name="Data", IsRequired=true)]
public:
property array<byte>^ Data {
array<byte>^ get();
void set ( array<byte>^ );
}
Property Value
Array that specifies the data used in loading or saving.