| DispatcherQueueEntryBody Property |
Gets the body of this object
Namespace:
SanteDB.Core.Queue
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Object Body { get; set; }
Public Property Body As Object
Get
Set
public:
property Object^ Body {
Object^ get ();
void set (Object^ value);
}
member Body : Object with get, set
Property Value
Type:
ObjectSee Also