Batch.ProcessName Property |
The string-based name of the
Process associated to this batch.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic string ProcessName { get; set; }
Public Property ProcessName As String
Get
Set
public:
property String^ ProcessName {
String^ get ();
void set (String^ value);
}
member ProcessName : string with get, set
Property Value
Type:
String
See Also