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