ByteArrayComparableArray Property |
Gets the byte array that is being compared.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] Array { get; }
Public ReadOnly Property Array As Byte()
Get
public:
property array<unsigned char>^ Array {
array<unsigned char>^ get ();
}
member Array : byte[] with get
Property Value
Type:
ByteSee Also