Click or drag to resize

PropertyRefGetPropertyType Method (Object)

Get the type of the specified property object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeRefBase GetPropertyType(
	Object reference
)

Parameters

reference
Type: SystemObject

Return Value

Type: TypeRefBase
See Also