PartAttributeAvailableListValues Property  | 
 
            The list of values that can be used when adding a List type attribute to a part.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic IEnumerable<string> AvailableListValues { get; }Public ReadOnly Property AvailableListValues As IEnumerable(Of String)
	Get
public:
property IEnumerable<String^>^ AvailableListValues {
	IEnumerable<String^>^ get ();
}member AvailableListValues : IEnumerable<string> with get
Property Value
Type: 
IEnumerableString
See Also