ServicePRO SDK Help

stcMessage..::..InActive Property

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

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.