Click or drag to resize
PropertyInfoPropertyType Property
Gets the type of this property.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract Type PropertyType { get; }

Return Value

Type: Type
The type of this property.
See Also