ProcessProcessType Property |
An enumerated value indicating the purpose of this particular process definition.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic ProcessType ProcessType { get; set; }
Public Property ProcessType As ProcessType
Get
Set
public:
property ProcessType ProcessType {
ProcessType get ();
void set (ProcessType value);
}
member ProcessType : ProcessType with get, set
Property Value
Type:
ProcessType
See Also