PropertyGetter.

GetPropertyType(object, string) Method

Summary

Gets the type of the property.

Syntax

public Type GetPropertyType(object instance, string path)

Parameters

Name Type Description
instance object The instance.
path string The path.

Return Value

Type Description
Type