SpecificationCollectionId Property  | 
 
            A unique identifier for this particular SpecificationCollection (corresponds to the primary key in the FactoryLogix database)
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Nullable<Guid> Id { get; }Public ReadOnly Property Id As Nullable(Of Guid)
	Get
public:
property Nullable<Guid> Id {
	Nullable<Guid> get ();
}member Id : Nullable<Guid> with get
Property Value
Type: 
NullableGuid
See Also