| RpObjectEventArgsRpObject Property |
Access to the associated RpObject.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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