IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) Method

Definition

Gets the value of the open property.

public:
 System::Object ^ GetOpenPropertyValue(System::Object ^ target, System::String ^ propertyName);
public object GetOpenPropertyValue (object target, string propertyName);
abstract member GetOpenPropertyValue : obj * string -> obj
Public Function GetOpenPropertyValue (target As Object, propertyName As String) As Object

Parameters

target
Object

Instance of the type that declares the open property.

propertyName
String

Name of the open property.

Returns

The value of the open property.

Applies to