SpecificationCollection.SpecificationId Property |
A unique identifier for this particular Specification (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)
Syntaxpublic Guid SpecificationId { get; }
Public ReadOnly Property SpecificationId As Guid
Get
public:
property Guid SpecificationId {
Guid get ();
}
member SpecificationId : Guid with get
Property Value
Type:
Guid
See Also