  | ActProtocolProtocol Property  | 
 
            Gets or sets the protocol data related to the protocol
            
 
    Namespace: 
   SanteDB.Core.Model.Acts
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
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
Type: 
Protocol
See Also