[]
Gets the value resulting from applying the property path to the item.
public static object GetPropertyPathValue(object item, string propertyPath)
| Type | Name | Description |
|---|---|---|
| object | item | The item to which the path will be applied. |
| string | propertyPath | The property path. |
| Type | Description |
|---|---|
| object |