RSS Documentation
RuleType Property



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

BPMRule Class
BPMRule Members

Send Feedback