IDataServiceQueryProvider.GetPropertyValue(Object, ResourceProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.