JAMS Developer Guide
Permanent Property (EntryUpdateStatusArgs)


MVPSI.JAMS Namespace > EntryUpdateStatusArgs Class : Permanent Property
When true, the overriden Icon will persist through the entry's lifecycle.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property Permanent As System.Boolean
'Usage
 
Dim instance As EntryUpdateStatusArgs
Dim value As System.Boolean
 
instance.Permanent = value
 
value = instance.Permanent
[System.Runtime.Serialization.DataMember()]
public System.bool Permanent {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntryUpdateStatusArgs Class
EntryUpdateStatusArgs Members