  | ProtocolDefinitionInclude Property  | 
 
            Includes a ruleset definition file
            
 
    Namespace: 
   SanteDB.Cdss.Xml.Model
    Assembly:
   SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic List<string> Include { get; set; }Public Property Include As List(Of String)
	Get
	Set
public:
property List<String^>^ Include {
	List<String^>^ get ();
	void set (List<String^>^ value);
}member Include : List<string> with get, set
Property Value
Type: 
ListString
See Also