NetworkInterface.IPConfigurations Property
Optional.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As NetworkInterface
Dim value As IList(Of IPConfiguration)
value = instance.IPConfigurations
instance.IPConfigurations = value
Syntax
'Declaration
Public Property IPConfigurations As IList(Of IPConfiguration)
public IList<IPConfiguration> IPConfigurations { get; set; }
public:
property IList<IPConfiguration^>^ IPConfigurations {
IList<IPConfiguration^>^ get ();
void set (IList<IPConfiguration^>^ value);
}
/** @property */
public IList<IPConfiguration> get_IPConfigurations ()
/** @property */
public void set_IPConfigurations (IList<IPConfiguration> value)
public function get IPConfigurations () : IList<IPConfiguration>
public function set IPConfigurations (value : IList<IPConfiguration>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
NetworkInterface Class
NetworkInterface Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace