RSS Documentation
GetNewItem Method (ExtServerCollection)



Syntax
'Declaration
 
Protected Function GetNewItem( _
   ByVal type As BPM.ServerType _
) As ExtServer
'Usage
 
Dim instance As ExtServerCollection
Dim type As BPM.ServerType
Dim value As ExtServer
 
value = instance.GetNewItem(type)
protected ExtServer GetNewItem( 
   BPM.ServerType type
)
protected:
ExtServer^ GetNewItem( 
   BPM.ServerType type
) 

Parameters

type
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

ExtServerCollection Class
ExtServerCollection Members

Send Feedback