| PubSubChannelDefinitionEndpoint Property |
Gets or sets the endpoint
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string Endpoint { get; set; }
Public Property Endpoint As String
Get
Set
public:
property String^ Endpoint {
String^ get ();
void set (String^ value);
}
member Endpoint : string with get, set
Property Value
Type:
StringSee Also