MulticastIPAddressInformationCollection::Item Property (Int32)

 

Gets the MulticastIPAddressInformation at the specific index of the collection.

Namespace:   System.Net.NetworkInformation
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
Return to top
Show: