|  | 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
Syntaxpublic 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: 
Object See Also
See Also