OperationOperationInstructions Property |
Full instructions for the operation. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic OperationInstruction OperationInstructions { get; set; }
Public Property OperationInstructions As OperationInstruction
Get
Set
public:
property OperationInstruction^ OperationInstructions {
OperationInstruction^ get ();
void set (OperationInstruction^ value);
}
member OperationInstructions : OperationInstruction with get, set
Property Value
Type:
OperationInstruction
See Also