ArcFM Responder Mobile Developer Guide
Items Property (OptionSet)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property Items As System.Collections.Generic.IList(Of Option)
'Usage
 
Dim instance As OptionSet
Dim value As System.Collections.Generic.IList(Of Option)
 
value = instance.Items
[__DynamicallyInvokable()]
protected System.Collections.Generic.IList<Option> Items {get;}
protected read-only property Items: System.Collections.Generic.IList; 
__DynamicallyInvokableAttribute()
protected function get Items : System.Collections.Generic.IList
[__DynamicallyInvokable()]
protected: __property System.Collections.Generic.IList<Option*>* get_Items();
[__DynamicallyInvokable()]
protected:
property System.Collections.Generic.IList<Option^>^ Items {
   System.Collections.Generic.IList<Option^>^ get();
}
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