 | ActProtocolProtocol Property |
Gets or sets the protocol data related to the protocol
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic Protocol Protocol { get; set; }Public Property Protocol As Protocol
Get
Set
public:
property Protocol^ Protocol {
Protocol^ get ();
void set (Protocol^ value);
}member Protocol : Protocol with get, set
Property Value
Protocol
See Also