BOMIssueIssueType Property  | 
 
            An enumerated value indicating the exact nature of the issue that was detected.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic BOMIssueType IssueType { get; set; }Public Property IssueType As BOMIssueType
	Get
	Set
public:
property BOMIssueType IssueType {
	BOMIssueType get ();
	void set (BOMIssueType value);
}member IssueType : BOMIssueType with get, set
Property Value
Type: 
BOMIssueType
See Also