IDataServiceQueryProvider.GetPropertyValue(Object, ResourceProperty) Method

Definition

Gets the value of the open property.

public:
 System::Object ^ GetPropertyValue(System::Object ^ target, System::Data::Services::Providers::ResourceProperty ^ resourceProperty);
public object GetPropertyValue (object target, System.Data.Services.Providers.ResourceProperty resourceProperty);
abstract member GetPropertyValue : obj * System.Data.Services.Providers.ResourceProperty -> obj
Public Function GetPropertyValue (target As Object, resourceProperty As ResourceProperty) As Object

Parameters

target
Object

Instance of the type that declares the open property.

resourceProperty
ResourceProperty

Value for the open property.

Returns

Value for the property.

Applies to