'Declaration Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ICustomProperty
'Usage Dim instance As ICustomProperties Dim index As Integer Dim value As ICustomProperty value = instance.Item(index)
ICustomProperty Item( int index ) {get;}
Parameters
- index
- The index number of the custom property.