RSS Documentation
RemoveServers Property



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

OutNode Class
OutNode Members

Send Feedback