IDataServiceQueryProvider.GetPropertyValue Method

Gets the value of the open property.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Function GetPropertyValue ( _
    target As Object, _
    resourceProperty As ResourceProperty _
) As Object
'Usage
Dim instance As IDataServiceQueryProvider 
Dim target As Object 
Dim resourceProperty As ResourceProperty 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(target, _
    resourceProperty)
Object GetPropertyValue(
    Object target,
    ResourceProperty resourceProperty
)
Object^ GetPropertyValue(
    Object^ target, 
    ResourceProperty^ resourceProperty
)
abstract GetPropertyValue : 
        target:Object * 
        resourceProperty:ResourceProperty -> Object
function GetPropertyValue(
    target : Object, 
    resourceProperty : ResourceProperty
) : Object

Parameters

  • target
    Type: System.Object
    Instance of the type that declares the open property.

Return Value

Type: System.Object
Value for the property.

See Also

Reference

IDataServiceQueryProvider Interface

System.Data.Services.Providers Namespace