RSS Documentation
Participants Property (CallProcessNode)



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

CallProcessNode Class
CallProcessNode Members

Send Feedback