IsActive Property
Whether or not entity is active.
Syntax
[VB.NET] Public Property IsActive As Boolean
[C#] public bool IsActive {get; set;}
Remarks
This property indicates whether this object is currently enabled for use by QuickBooks.
This property is allowed in Add operations, and the QBXMLVersion must be set to "3.0" or higher for this to be used in Update operations.
Default Value
True