BPM.Server
Handler Property



Syntax
'Declaration
 
Public Property Handler As QueueHandler
'Usage
 
Dim instance As QueueMessage
Dim value As QueueHandler
 
instance.Handler = value
 
value = instance.Handler
public QueueHandler Handler {get; set;}
public:
property QueueHandler^ Handler {
   QueueHandler^ get();
   void set (    QueueHandler^ value);
}
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

QueueMessage Class
QueueMessage Members

Send Feedback