ItemSortDirectiveFieldName 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.254.0.0 (8.254.0.0)
Syntaxpublic ItemSortFieldNames FieldName { get; set; }Public Property FieldName As ItemSortFieldNames
	Get
	Set
public:
property ItemSortFieldNames FieldName {
	ItemSortFieldNames get ();
	void set (ItemSortFieldNames value);
}member FieldName : ItemSortFieldNames with get, set
Property Value
Type: 
ItemSortFieldNames
See Also