'Declaration Protected Function GetPathValue( _ ByVal item As Object, _ ByVal propertyPath As String _ ) As Object
'Usage Dim instance As Selector Dim item As Object Dim propertyPath As String Dim value As Object value = instance.GetPathValue(item, propertyPath)
protected object GetPathValue( object item, string propertyPath )
Parameters
- item
- propertyPath