SpecificationCollectionUnitOfIssue Property  | 
 
            The name or abbreviation of the Unit that specification is measured in. 
            The string value of this property must align with one of the pre-configured unit names
            assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic string UnitOfIssue { get; }Public ReadOnly Property UnitOfIssue As String
	Get
public:
property String^ UnitOfIssue {
	String^ get ();
}member UnitOfIssue : string with get
Property Value
Type: 
String
Remarks
            If no value is specified, it is assumed that any related quantities are measured in the part's particular unit of issue during processing.
            
See Also