ServicePRO SDK Help

stcUser..::..InActive Property

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

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.