CharacteristicValueParentCharacteristicId Property |
An optional unique identifier for the parent complex Characteristic (corresponds to the primary key in the FactoryLogix database).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> ParentCharacteristicId { get; }
Public ReadOnly Property ParentCharacteristicId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> ParentCharacteristicId {
Nullable<Guid> get ();
}
member ParentCharacteristicId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also