IFPCEENLBCluster::NLBEnabled property

Applies to: desktop apps only

The NLBEnabled property gets or sets a Boolean value that indicates whether Network Load Balancing (NLB) is enabled on the network.

This property is read/write.

Syntax

HRESULT put_NLBEnabled(
  VARIANT_BOOL fEnabled
);

HRESULT get_NLBEnabled(
  VARIANT_BOOL *pfEnabled
);
' Data type: Boolean

Property NLBEnabled( _
  ByVal fEnabled As VARIANT_BOOL, _
  ByVal pfEnabled As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether NLB is enabled on the network.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is False (VARIANT_FALSE in C++).

This property is applicable only if the NLBIntegrationEnabled property of the array is set to True (VARIANT_TRUE in C++). In addition, the other properties of the IFPCNLBCluster interface can be configured only if this property is set to True (VARIANT_TRUE in C++).

After you enable NLB on the network, call the SetVIPAndMask method to set the virtual IP address and its subnet mask.

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

FPCNLBCluster

 

 

Build date: 7/12/2010