JAMS Developer Guide
IconValue Property


MVPSI.JAMS Namespace > EntryUpdateStatusArgs Class : IconValue Property
The integer value of the Icon. This is required to support different versions on client and server
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property IconValue As System.Integer
'Usage
 
Dim instance As EntryUpdateStatusArgs
Dim value As System.Integer
 
instance.IconValue = value
 
value = instance.IconValue
[System.Runtime.Serialization.DataMember()]
public System.int IconValue {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