'Declaration Public ReadOnly Default Property Item( _
ByVal indexThe zero-based index of the profile to get.As Integer _
) As KodakDeviceProfile
public KodakDeviceProfile this[
int index
]{ get; }
public: __property KodakDeviceProfile* get_Item(
int index
);
public:
property KodakDeviceProfile^ default [int] { KodakDeviceProfile^ get(int index); }
Parameters
- index
- The zero-based index of the profile to get.
Return Value
The profile at the specified index.