DataServiceProviderMethods.GetValue Method
Gets a named value from the specified object.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function GetValue ( _
value As Object, _
property As ResourceProperty _
) As Object
'Usage
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
Parameters
- value
Type: System.Object
Object that contains the value.
- property
Type: System.Data.Services.Providers.ResourceProperty
ResourceProperty that is the property the value of which must be returned.
Return Value
Type: System.Object
An object that is the requested value.