| LLBLGenProODataServiceUpdateProvider.GetValue 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.2.0.0 (5.2.17.0403)
Syntaxpublic Object GetValue(
	Object targetResource,
	string propertyName
)
Public Function GetValue ( 
	targetResource As Object,
	propertyName As String
) As Object
Parameters
- targetResource
 - Type: System.Object
An opaque object that represents a resource. - propertyName
 - Type: System.String
The name of the property whose value needs to be retrieved. 
Return Value
Type: 
ObjectImplements
IUpdatable.GetValue(Object, String)
See Also