SpecificationCollectionSpecificationCategoryID Property  | 
 [Missing <summary> documentation for "P:FactoryLogix.xTend.DataObjects.SpecificationCollection.SpecificationCategoryID"]
 
    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> SpecificationCategoryID { get; set; }Public Property SpecificationCategoryID As Nullable(Of Guid)
	Get
	Set
public:
property Nullable<Guid> SpecificationCategoryID {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member SpecificationCategoryID : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also