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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.