LLBLGenProODataQueryProviderTLinqMetaDataGetOpenPropertyValue 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 GetOpenPropertyValue(
Object target,
string propertyName
)
Public Function GetOpenPropertyValue (
target As Object,
propertyName As String
) As Object
Parameters
- target
- Type: SystemObject
Instance of the type that declares the open property. - propertyName
- Type: SystemString
Name of the open property.
Return Value
Type:
ObjectThe value of the open property.
See Also