| 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 |
|---|---|
| |
| 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
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family