| PubSubSubscriptionDefinitionChannelKey Property |
Gets or sets the channel
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Guid ChannelKey { get; set; }
Public Property ChannelKey As Guid
Get
Set
public:
property Guid ChannelKey {
Guid get ();
void set (Guid value);
}
member ChannelKey : Guid with get, set
Property Value
Type:
GuidSee Also