CharacteristicValueChildCharacteristicValues Property |
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<CharacteristicValue> ChildCharacteristicValues { get; }
Public ReadOnly Property ChildCharacteristicValues As List(Of CharacteristicValue)
Get
public:
property List<CharacteristicValue^>^ ChildCharacteristicValues {
List<CharacteristicValue^>^ get ();
}
member ChildCharacteristicValues : List<CharacteristicValue> with get
Property Value
Type:
ListCharacteristicValueSee Also