Share via


IFPCNetworkSet::NetworkSetType property

Applies to: desktop apps only

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 and EnterpriseNetworks properties, or includes all networks except the networks specified in the Networks and EnterpriseNetworks properties.

This property is read-only.

Syntax

HRESULT get_NetworkSetType(
  FpcNetworkSetType NetworkSetType
);
' Data type: FpcNetworkSetType

Property NetworkSetType( _
  ByVal NetworkSetType As FpcNetworkSetType _
) As FpcNetworkSetType

Property value

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

Error codes

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.

The EnterpriseNetworks property is applicable only when an enterprise with central array management is deployed.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCNetworkSet

 

 

Build date: 7/12/2010