Read-only
About LXI

LANConfiguration Property


Description

Returns information about the current status of the PNA’s computer networking configuration.  This is the same set of information that is returned in an NA_IPConfiguration data structure by the GetIPConfigurationStruct method.

 VB Syntax

value = app.LANConfiguration

Variable

(Type) - Description

value

(String)  Variable to contain the PNA’s LAN configuration string

app

An Application (object)

Return Type

Comma-delimited string

Default

Not Applicable

Examples

networkConfigInfo = app.LANConfiguration

C++ Syntax

HRESULT get_LANConfiguration (BSTR * pStrConfig);

Interface

IApplication13