RSS Documentation
GetMessageGroups Method (NotifyManager)



Syntax
'Declaration
 
Public Function GetMessageGroups( _
   ByVal cnnData As BPM.CnnData _
) As MessageGroupCollection
'Usage
 
Dim instance As NotifyManager
Dim cnnData As BPM.CnnData
Dim value As MessageGroupCollection
 
value = instance.GetMessageGroups(cnnData)
public MessageGroupCollection GetMessageGroups( 
   BPM.CnnData cnnData
)
public:
MessageGroupCollection^ GetMessageGroups( 
   BPM.CnnData^ cnnData
) 

Parameters

cnnData
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

NotifyManager Class
NotifyManager Members

Send Feedback