Gets a PropertyInfo representing this property.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
PropertyInfo AsPropertyInfo { get; }
Visual Basic (Declaration)
ReadOnly Property AsPropertyInfo As PropertyInfo

Remarks

This member is provided primarily for compatibility. Applications should use IPropertyInfo members to access metadata unless they must interface to code that expects a PropertyInfo.

See Also