 | PubSubSubscriptionDefinition.ChannelKey Property |
Gets or sets the channel
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic 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:
Guid
See Also