Compartir a través de


DataServiceProviderMethods.GetValue Método

Obtiene un valor con nombre a partir del objeto especificado.

Espacio de nombres:  System.Data.Services.Providers
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public Shared Function GetValue ( _
    value As Object, _
    property As ResourceProperty _
) As Object
'Uso
Dim value As Object
Dim property As ResourceProperty
Dim returnValue As Object

returnValue = DataServiceProviderMethods.GetValue(value, _
    property)
public static Object GetValue(
    Object value,
    ResourceProperty property
)
public:
static Object^ GetValue(
    Object^ value, 
    ResourceProperty^ property
)
static member GetValue : 
        value:Object * 
        property:ResourceProperty -> Object 
public static function GetValue(
    value : Object, 
    property : ResourceProperty
) : Object

Parámetros

Valor devuelto

Tipo: System.Object
Objeto que es el valor solicitado.

Vea también

Referencia

DataServiceProviderMethods Clase

Espacio de nombres System.Data.Services.Providers