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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.