PackingListOperationId Property |
An optional unique identifier (Id property) of the
Operation associated with this packing list.
A Global packout will not be associated to a Operation.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic Nullable<Guid> OperationId { get; }
Public ReadOnly Property OperationId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> OperationId {
Nullable<Guid> get ();
}
member OperationId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also