| ProtocolHandlerClass Property |
Gets or sets the handler for this protocol (which can load the definition
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Type HandlerClass { get; set; }
Public Property HandlerClass As Type
Get
Set
public:
property Type^ HandlerClass {
Type^ get ();
void set (Type^ value);
}
member HandlerClass : Type with get, set
Property Value
Type:
TypeSee Also