SpecificationCollectionSpecificationName Property  | 
 
            The human-friendly name that operators use to identify this specification within the factory.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic string SpecificationName { get; set; }Public Property SpecificationName As String
	Get
	Set
public:
property String^ SpecificationName {
	String^ get ();
	void set (String^ value);
}member SpecificationName : string with get, set
Property Value
Type: 
String
See Also