 | PubSubNotifyQueueEntryData Property |
Gets or sets the payload of the data
Namespace: SanteDB.Core.PubSub.BrokerAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
Object
See Also