Partager via


IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) Méthode

Définition

Obtient la valeur de la propriété ouverte.

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

Paramètres

target
Object

Instance du type qui déclare la propriété open.

propertyName
String

Nom de la propriété ouverte.

Retours

Valeur de la propriété ouverte.

S’applique à