RSS Documentation
NotifyType Property



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

NotifyNode Class
NotifyNode Members

Send Feedback