 | BinHexDataData Property |
Gets data.
Namespace: Limilabs.Mail.BinHexAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic byte[] Data { get; }Public ReadOnly Property Data As Byte()
Get
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}member Data : byte[] with get
Property Value
Byte
See Also