NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Byte.Empty

Represents the constant that is the empty Byte value.

[Visual Basic]
Public Const Empty As Byte
[C#]
public const byte Empty;
[C++]
public: const unsigned char Empty;
[JScript]
public var Empty : Byte;

Remarks

The Empty field has the value of TBD, which is zero. (See Empty.)

See Also

Byte Structure | Byte Members | System Namespace