A binary representation of the data that was loaded.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
byte[] Data { get; set; } |
Visual Basic |
---|
Property Data As Byte() Get Set |
Visual C++ |
---|
property array<unsigned char>^ Data { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |