return a byte[]

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual byte[] Binary { get; }
Visual Basic
Public Overridable ReadOnly Property Binary As Byte()
	Get
Visual C++
public:
virtual property array<unsigned char>^ Binary {
	array<unsigned char>^ get ();
}

See Also