SqlByte.Value Property

Definition

Gets the value of the SqlByte structure. This property is read-only.

public:
 property System::Byte Value { System::Byte get(); };
public byte Value { get; }
member this.Value : byte
Public ReadOnly Property Value As Byte

Property Value

The value of the SqlByte structure.

Applies to

See also