Microsoft Internet Security and Acceleration Server 2004 SDK

NetworkSetType Property of IFPCNetworkSet[C++]

FPCNetworkSet.NetworkSetType [Visual Basic]

[C++]

The NetworkSetType property gets a value from the FpcNetworkSetType enumerated type that specifies whether the network set includes only the networks specified in the Networks property, or includes all networks except the networks specified in the Networks property.

HRESULT get_NetworkSetType(
  FpcNetworkSetType NetworkSetType
);

Parameters

NetworkSetType
Pointer to a variable that on return receives a value from the FpcNetworkSetType enumerated type specifying whether the network set includes only the networks specified in the Networks property, or includes all networks except the networks specified in the Networks property.

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. This property is set when a new network set is created using the Add method of the FPCNetworkSets collection.

[Visual Basic]

The NetworkSetType property gets a value from the FpcNetworkSetType enumerated type that specifies whether the network set includes only the networks specified in the Networks property, or includes all networks except the networks specified in the Networks property.

Property NetworkSetType As FpcNetworkSetType

Property Value

Value from the FpcNetworkSetType enumerated type that specifies whether the network set includes only the networks specified in the Networks property, or includes all networks except the networks specified in the Networks property.

Remarks

This property is read-only. This property is set when a new network set is created using the Add method of the FPCNetworkSets collection.

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

FPCNetworkSet