return a byte

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

Syntax

C#
public virtual byte Byte { get; }
Visual Basic
Public Overridable ReadOnly Property Byte As Byte
	Get
Visual C++
public:
virtual property unsigned char Byte {
	unsigned char get ();
}

See Also