HistoricalRelationshipUninstallTime Property |
The date/time when the relationship between the two items was dissolved.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic Nullable<DateTime> UninstallTime { get; set; }
Public Property UninstallTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> UninstallTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member UninstallTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also