DataPAServiceMessageMessageObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the object of this DataPA Enterprise Service Message.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object MessageObject { get; set; }
Public Property MessageObject As Object
Get
Set
public:
virtual property Object^ MessageObject {
Object^ get () sealed;
void set (Object^ value) sealed;
}
function get_MessageObject();
function set_MessageObject(value);
Property Value
Type:
ObjectThe the object of this DataPA Enterprise Service Message
Return Value
Type:
ObjectThe the object of this DataPA Enterprise Service Message
Remarks See Also