ParameterValueValues Property |
The actual values. The data type of the specified values must match the data type
of the associated
Parameter.
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<Object> Values { get; }
Public ReadOnly Property Values As List(Of Object)
Get
public:
property List<Object^>^ Values {
List<Object^>^ get ();
}
member Values : List<Object> with get
Property Value
Type:
ListObjectSee Also