IPV4Address Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the IPV4 address of this device.

Namespace:  Dpws.Device
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IPV4Address As String
public static string IPV4Address { get; }
public:
static property String^ IPV4Address {
    String^ get ();
}
static member IPV4Address : string
static function get IPV4Address () : String

Property Value

Type: System. . :: . .String
The IPV4 address of this device.

.NET Framework Security

See Also

Reference

Device Class

Dpws.Device Namespace