| RpObjectEventArgsRpObject Property |
Access to the associated RpObject.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public RpObject RpObject { get; set; }
Public Property RpObject As RpObject
Get
Set
public:
property RpObject^ RpObject {
RpObject^ get ();
void set (RpObject^ value);
}
Property Value
Type:
RpObjectThe representation object.
See Also