ServicePRO SDK Help

stcCompany..::..InActive Property

Specifies if the company is retired or not.
When adding a new company it adds a default value as 0.
0: Not Retired
-1: Retired
(Optional)

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


[DataMemberAttribute]
public bool InActive { get; set; }
<DataMemberAttribute> _
Public Property InActive As Boolean
	Get
	Set

Field Value

true if [in active]; otherwise, false.