SqlInt16::Value Property

 

Gets the value of this instance of SqlInt16 structure. This property is read-only.

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

public:
property short Value {
	short get();
}

Property Value

Type: System::Int16

A short integer representing the value of this SqlInt16 structure.

.NET Framework
Available since 1.1
Return to top
Show: