Microsoft Internet Security and Acceleration Server 2004 SDK

IpAddressSet Property of IFPCAdapter[C++]

FPCAdapter.IpAddressSet [Visual Basic]

[C++]

The IpAddressSet property gets the IP address set for the network adapter.

HRESULT get_IpAddressSet(
  VARIANT* pIpAddressSet
);

Parameters

pIpAddressSet
Pointer to a variable that receives a VARIANT containing an array of strings that specifies the address set for the network adapter.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The IpAddressSet property gets the IP address set for the network adapter.

Property IpAddressSet As Variant

Property Value

Variant containing an array of strings that specifies the address set for the network adapter.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAdapter