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.254.0.0 (8.254.0.0)
Syntaxpublic 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: 
Item
See Also