Selerix Developer Tools
Item Property (UWlimitCCCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > UWlimitCCCollection Class : Item Property
The mode.
Gets or sets the UWLimitCC with the specified mode.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal mode As UnderwritingMode _
) As UWLimitCC
'Usage
 
Dim instance As UWlimitCCCollection
Dim mode As UnderwritingMode
Dim value As UWLimitCC
 
instance.Item(mode) = value
 
value = instance.Item(mode)
public new UWLimitCC this[ 
   UnderwritingMode mode
]; {get; set;}
public  this: : UWLimitCC;[ 
    mode: UnderwritingMode
]; read-write
public hide  this[ 
   mode : UnderwritingMode
] get,set : UWLimitCC
public: __property new UWLimitCC* get_Item   UnderwritingMode mode
;
public: __property new void set_Item   UnderwritingMode mode,
   UWLimitCC* value
;
public:
new property UWLimitCC^ default [UnderwritingMode] {
   UWLimitCC^ get(UnderwritingMode mode);
   void set (UnderwritingMode mode, UWLimitCC^ value);
}

Parameters

mode
The mode.

Property Value

?.
See Also

Reference

UWlimitCCCollection Class
UWlimitCCCollection Members