ColumnValueOfStruct<T>. Value (propiedad)

Obtiene o establece el valor de la estructura .

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

'Declaration
Public Property Value As Nullable(Of T)
    Get
    Set
'Usage
Dim instance As ColumnValueOfStruct
Dim value As Nullable(Of T)

value = instance.Value

instance.Value = value
public Nullable<T> Value { get; set; }

Valor de propiedad

Tipo: System.Nullable<T>

Vea también

Referencia

Clase T> ColumnValueOfStruct<

Miembros de ColumnValueOfStruct<T>

Espacio de nombres Microsoft.Isam.Esent.Interop