PageSummaryPageObject Property |
Gets the settings object being modified by this page.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Object PageObject { get; protected set; }
Public Overridable Property PageObject As Object
Get
Protected Set
public:
virtual property Object^ PageObject {
Object^ get ();
protected: void set (Object^ value);
}
abstract PageObject : Object with get, set
override PageObject : Object with get, set
Property Value
Type:
ObjectSee Also