BOMIssueIssueSeverity Property  | 
 
            The severity of the issue, based on the configured FactoryLogix system settings for this issue type.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic BOMIssueSeverity IssueSeverity { get; set; }Public Property IssueSeverity As BOMIssueSeverity
	Get
	Set
public:
property BOMIssueSeverity IssueSeverity {
	BOMIssueSeverity get ();
	void set (BOMIssueSeverity value);
}member IssueSeverity : BOMIssueSeverity with get, set
Property Value
Type: 
BOMIssueSeverity
See Also