amdcc.org Send comments on this topic.
GetProtocolModelTypes Method
See Also 
amdcc.org.webservices Namespace > ProtocolWebService Class : GetProtocolModelTypes Method




ProtocolID

Syntax

Visual Basic (Declaration) 
<WebMethodAttribute("This method will return the list of associated model types for a specified Protocol")>
Public Function GetProtocolModelTypes( _
   ByVal ProtocolID As Integer _
) As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As ProtocolWebService
Dim ProtocolID As Integer
Dim value As List(Of String)
 
value = instance.GetProtocolModelTypes(ProtocolID)
C# 
[WebMethodAttribute("This method will return the list of associated model types for a specified Protocol")]
public List<string> GetProtocolModelTypes( 
   int ProtocolID
)
Managed Extensions for C++ 
[WebMethodAttribute("This method will return the list of associated model types for a specified Protocol")]
public: List<string>* GetProtocolModelTypes( 
   int ProtocolID
) 
C++/CLI 
[WebMethodAttribute("This method will return the list of associated model types for a specified Protocol")]
public:
List<String>^ GetProtocolModelTypes( 
   int ProtocolID
) 

Parameters

ProtocolID

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also