ReceivedMaterialInternalPartRevision Property |
The revision of the internal part that was received. This field is optional.
If not specified and more than one revision of this part exists, the system
will use the revision marked as current or the latest revision if no revisions
of the part are marked as current.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string InternalPartRevision { get; set; }
Public Property InternalPartRevision As String
Get
Set
public:
property String^ InternalPartRevision {
String^ get ();
void set (String^ value);
}
member InternalPartRevision : string with get, set
Property Value
Type:
StringSee Also