MulticastIPAddressInformationCollection::Item Property (Int32)
.NET Framework (current version)
Gets the MulticastIPAddressInformation at the specific index of the collection.
Assembly: System (in System.dll)
public: property MulticastIPAddressInformation^ default[ int index ] { virtual MulticastIPAddressInformation^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The index of interest.
Property Value
Type: System.Net.NetworkInformation::MulticastIPAddressInformation^The MulticastIPAddressInformation at the specific index in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: