  | CdssObjectReferenceReference Property  | 
 
            The reference to the other clause
            
 
    Namespace: 
   SanteDB.Cdss.Xml.Model
    Assembly:
   SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic string Reference { get; set; }Public Property Reference As String
	Get
	Set
public:
property String^ Reference {
	String^ get ();
	void set (String^ value);
}member Reference : string with get, set
Property Value
Type: 
String
See Also