Compartir a través de


IEdmTimeValue.Value Propiedad

Obtiene la definición de este valor time.

Espacio de nombres:  Microsoft.Data.Edm.Values
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
ReadOnly Property Value As TimeSpan
    Get
'Uso
Dim instance As IEdmTimeValue
Dim value As TimeSpan

value = instance.Value
TimeSpan Value { get; }
property TimeSpan Value {
    TimeSpan get ();
}
abstract Value : TimeSpan
function get Value () : TimeSpan

Valor de la propiedad

Tipo: System.TimeSpan
Definición de este valor time.

Vea también

Referencia

IEdmTimeValue Interfaz

Espacio de nombres Microsoft.Data.Edm.Values