| PubSubNotifyQueueEntryData Property |
Gets or sets the payload of the data
Namespace:
SanteDB.Core.PubSub.Broker
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Object Data { get; set; }
Public Property Data As Object
Get
Set
public:
property Object^ Data {
Object^ get ();
void set (Object^ value);
}
member Data : Object with get, set
Property Value
Type:
ObjectSee Also