JAMS Developer Guide
DisplayCategory Property (EntryWFTrackingArgs)


MVPSI.JAMS Namespace > EntryWFTrackingArgs Class : DisplayCategory Property
The DisplayCategory defines the appearance of the Activity.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property DisplayCategory As DisplayCategory
'Usage
 
Dim instance As EntryWFTrackingArgs
Dim value As DisplayCategory
 
instance.DisplayCategory = value
 
value = instance.DisplayCategory
[System.Runtime.Serialization.DataMember()]
public DisplayCategory DisplayCategory {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

EntryWFTrackingArgs Class
EntryWFTrackingArgs Members