InternalPartVariantPartID Property |
If this part is a variant, this field represetnts the ID of the master, configurable assembly
of which this part is a variant.
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> VariantPartID { get; }
Public ReadOnly Property VariantPartID As Nullable(Of Guid)
Get
public:
property Nullable<Guid> VariantPartID {
Nullable<Guid> get ();
}
member VariantPartID : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also