Return this byte[] value
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public override byte[] Binary { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property Binary As Byte() Get |
Visual C++ |
---|
public: virtual property array<unsigned char>^ Binary { array<unsigned char>^ get () override; } |