ArcFM Responder Mobile Developer Guide
Item(String) Property






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads ReadOnly Property Item( _
   ByVal key As System.String _
) As Option
'Usage
 
Dim instance As OptionSet
Dim key As System.String
Dim value As Option
 
value = instance.Item(key)
[__DynamicallyInvokable()]
public Option Item( 
   System.string key
) {get;}
public read-only property Item( 
    key: System.String
): Option; 
__DynamicallyInvokableAttribute()
public function get Item( 
   key : System.String
) : Option
[__DynamicallyInvokable()]
public: __property Option* get_Item( 
   System.string* key
);
[__DynamicallyInvokable()]
public:
property Option^ Item {
   Option^ get(System.String^ key);
}

Parameters

key
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
Overload List

Send Feedback