PropertyInfo.PropertyType Property
Gets the type of the current property.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual abstract Type PropertyType { get; }
Property Value
The type of the current property.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.
See Also
Reference
PropertyInfo Class
PropertyInfo Members
System.Reflection Namespace