HistoricalRelationshipRelatedItem Property |
The item that was once related to the item.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item RelatedItem { get; set; }
Public Property RelatedItem As Item
Get
Set
public:
property Item^ RelatedItem {
Item^ get ();
void set (Item^ value);
}
member RelatedItem : Item with get, set
Property Value
Type:
ItemSee Also