  | DecisionSupportBaseElementVersion Property  | 
 
            Gets or sets the version of the object
            
 
    Namespace: 
   SanteDB.Cdss.Xml.Model
    Assembly:
   SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic string Version { get; set; }Public Property Version As String
	Get
	Set
public:
property String^ Version {
	String^ get ();
	void set (String^ value);
}member Version : string with get, set
Property Value
Type: 
String
See Also