NDesk.Options Namespace > OptionSet Class : GetOptionForName Method |
'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 )
System.ObsoleteAttribute("Use KeyedCollection.this[string]") protected function GetOptionForName( option : System.String ) : Option;
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