  | ProtocolDefinitionOid Property  | 
 
            Represents the OID of the protocol
            
 
    Namespace: 
   SanteDB.Cdss.Xml.Model
    Assembly:
   SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic string Oid { get; set; }Public Property Oid As String
	Get
	Set
public:
property String^ Oid {
	String^ get ();
	void set (String^ value);
}member Oid : string with get, set
Property Value
Type: 
String
See Also