LLBLGenProODataQueryProviderTLinqMetaDataGetPropertyValue Method |
Gets the value of the open property.
Namespace:
SD.LLBLGen.Pro.ODataSupportClasses
Assembly:
SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.6.0.0 (5.6.3)
Syntax public Object GetPropertyValue(
Object target,
ResourceProperty resourceProperty
)
Public Function GetPropertyValue (
target As Object,
resourceProperty As ResourceProperty
) As Object
Parameters
- target
- Type: SystemObject
Instance of the type that declares the open property. - resourceProperty
- Type: System.Data.Services.ProvidersResourceProperty
Value for the open property.
Return Value
Type:
ObjectValue for the property.
See Also