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