|   | PropertyLogEntry Constructor  | 
 
            Constructor taking all three attributes
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic PropertyLogEntry(
	string who,
	DateTime when,
	string text
)
Parameters
- who
 - Type: SystemString
 - when
 - Type: SystemDateTime
 - text
 - Type: SystemString
 
See Also