HistoricalRelationshipInstallTime Property  | 
 
            The date/time when the relationship between the two items was established.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic DateTime InstallTime { get; set; }Public Property InstallTime As DateTime
	Get
	Set
public:
property DateTime InstallTime {
	DateTime get ();
	void set (DateTime value);
}member InstallTime : DateTime with get, set
Property Value
Type: 
DateTime
See Also