BatchSortDirectiveFieldName Property |
An enumerated value indicating the field to be sorted upon.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic BatchFieldNames FieldName { get; set; }
Public Property FieldName As BatchFieldNames
Get
Set
public:
property BatchFieldNames FieldName {
BatchFieldNames get ();
void set (BatchFieldNames value);
}
member FieldName : BatchFieldNames with get, set
Property Value
Type:
BatchFieldNames
See Also