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