RecordedMaterialPickAttempts Property  | 
 
            For printed circuit board (PCB) assembly equipment, the total number of pick attempts that where made
            for this particular material 
Item, including both successful and unsuccessful attempts.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Nullable<int> PickAttempts { get; set; }Public Property PickAttempts As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> PickAttempts {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member PickAttempts : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
See Also