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
- value
Tipo: System.Object
Oggetto che contiene il valore.
- property
Tipo: System.Data.Services.Providers.ResourceProperty
Oggetto ResourceProperty che rappresenta la proprietà di cui è necessario restituire il valore.
Valore restituito
Tipo: System.Object
Oggetto che rappresenta il valore richiesto.