IDataServiceQueryProvider.GetPropertyValue(Object, ResourceProperty) Metodo

Definizione

Ottiene il valore della proprietà aperta.

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

Parametri

target
Object

Istanza del tipo che dichiara la proprietà aperta.

resourceProperty
ResourceProperty

Valore della proprietà aperta.

Restituisce

Valore della proprietà.

Si applica a