PageBoundPropertyDescriptor.Property Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the PropertyInfo for this property.
public:
property System::Reflection::PropertyInfo ^ Property { System::Reflection::PropertyInfo ^ get(); void set(System::Reflection::PropertyInfo ^ value); };
public System.Reflection.PropertyInfo Property { get; set; }
member this.Property : System.Reflection.PropertyInfo with get, set
Public Property Property As PropertyInfo