SqlByte::Value Property

 

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

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property unsigned char Value {
	unsigned char get();
}

Property Value

Type: System::Byte

The value of the SqlByte structure.

.NET Framework
Available since 1.1
Return to top
Show: