'Declaration
Public Shared Function GetPropertyPathValue( _ ByVal item As Object, _ ByVal propertyPath As String _ ) As Object
public static object GetPropertyPathValue( object item, string propertyPath )
Parameters
- item
- The item to which the path will be applied.
- propertyPath
- The property path.