PowerTCP Emulation for .NET CF
Find(OptionCode) Method
See Also  Send comments on this topic.
Dart.Emulation Namespace > OptionCollection Class > Find Method : Find(OptionCode) Method




code
The OptionCode of the option to find.
Returns the Option object which matches the specified code.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Find( _
   ByVal code As OptionCode _
) As Option
Visual Basic (Usage)Copy Code
Dim instance As OptionCollection
Dim code As OptionCode
Dim value As Option
 
value = instance.Find(code)
C# 
public Option Find( 
   OptionCode code
)
Managed Extensions for C++ 
public: Option* Find( 
   OptionCode code
) 
C++/CLI 
public:
Option^ Find( 
   OptionCode code
) 

Parameters

code
The OptionCode of the option to find.

Return Value

The Option which matches the specified code.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.