ArcFM Responder Mobile Developer Guide
GetOptionForName Method






Syntax
'Declaration
 
<System.ObsoleteAttribute("Use KeyedCollection.this[string]")>
Protected Function GetOptionForName( _
   ByVal option As System.String _
) As Option
'Usage
 
Dim instance As OptionSet
Dim option As System.String
Dim value As Option
 
value = instance.GetOptionForName(option)
[System.Obsolete("Use KeyedCollection.this[string]")]
protected Option GetOptionForName( 
   System.string option
)
protected function GetOptionForName( 
    option: System.String
): Option; 
System.ObsoleteAttribute("Use KeyedCollection.this[string]")
protected function GetOptionForName( 
   option : System.String
) : Option;
[System.Obsolete("Use KeyedCollection.this[string]")]
protected: Option* GetOptionForName( 
   System.string* option
) 
[System.Obsolete("Use KeyedCollection.this[string]")]
protected:
Option^ GetOptionForName( 
   System.String^ option
) 

Parameters

option
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

OptionSet Class
OptionSet Members

Send Feedback