RSS Documentation
JoinType Property



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

JoinNode Class
JoinNode Members

Send Feedback