NetworkInterface::IPConfigurations Property

 

Optional.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property IList<IPConfiguration^>^ IPConfigurations {
	IList<IPConfiguration^>^ get();
	void set(IList<IPConfiguration^>^ value);
}
Return to top
Show: