RSS Documentation
Delegators Property (ITaskRuleDelegators)



Syntax
'Declaration
 
Property Delegators As ParticipantCollection
'Usage
 
Dim instance As ITaskRuleDelegators
Dim value As ParticipantCollection
 
instance.Delegators = value
 
value = instance.Delegators
ParticipantCollection Delegators {get; set;}
property ParticipantCollection^ Delegators {
   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

ITaskRuleDelegators Interface
ITaskRuleDelegators Members

Send Feedback