BatchBatchFileItems Property |
A List to return the BatchFileItems saved to the batch
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<FileContent> BatchFileItems { get; set; }
Public Property BatchFileItems As List(Of FileContent)
Get
Set
public:
property List<FileContent^>^ BatchFileItems {
List<FileContent^>^ get ();
void set (List<FileContent^>^ value);
}
member BatchFileItems : List<FileContent> with get, set
Property Value
Type:
ListFileContentSee Also