IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) Metodo

Definizione

Ottiene il valore della proprietà aperta.

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

Parametri

target
Object

Istanza del tipo che dichiara la proprietà aperta.

propertyName
String

Nome della proprietà aperta.

Restituisce

Valore della proprietà aperta.

Si applica a