ServicePRO SDK Help

stcTeam..::..InActive Property

Specifies if the team is de-activated or not
When adding a new team it set to default as 0
0: Active Team
-1: De-activated Team

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.