BOMIssueErrorDetails Property  | 
 
            A human readable, language localized message describing a more detailed nature of the problem.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic string ErrorDetails { get; set; }Public Property ErrorDetails As String
	Get
	Set
public:
property String^ ErrorDetails {
	String^ get ();
	void set (String^ value);
}member ErrorDetails : string with get, set
Property Value
Type: 
String
See Also