| LLBLGenProODataServiceUpdateProviderGetValue Method  | 
 
            Gets the value of the specified property on the target object.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic Object GetValue(
	Object targetResource,
	string propertyName
)
Public Function GetValue ( 
	targetResource As Object,
	propertyName As String
) As Object
Parameters
- targetResource
 - Type: SystemObject
An opaque object that represents a resource. - propertyName
 - Type: SystemString
The name of the property whose value needs to be retrieved. 
Return Value
Type: 
ObjectImplements
IUpdatableGetValue(Object, String)
See Also