Condividi tramite


Metodo DataServiceProviderMethods.GetValue

Ottiene un valore denominato dall'oggetto specificato.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Shared Function GetValue ( _
    value As Object, _
    property As ResourceProperty _
) As Object
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Object
Oggetto che rappresenta il valore richiesto.

Vedere anche

Riferimento

DataServiceProviderMethods Classe

Spazio dei nomi System.Data.Services.Providers