IFPCEEVpnNetworkConfiguration::AssignedServer property

Applies to: desktop apps only

The AssignedServer property gets an FPCRef object that references the FPCServer object representing the Forefront TMG computer that will serve as the VPN tunnel endpoint in the array when Network Load Balancing (NLB) integration is not enabled in the array.

This property is read-only.

Syntax

HRESULT get_AssignedServer(
  IFPCRef **ppRef
);
' Data type: FPCRef

Property AssignedServer( _
  ByVal ppRef As IFPCRef _
) As FPCRef

Property value

Reference to an FPCRef object that references the FPCServer object representing the Forefront TMG computer that will serve as the VPN tunnel endpoint in the array when NLB integration is not enabled in the array.

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. The Forefront TMG computer that will serve as the VPN tunnel endpoint in the array when NLB integration is not enabled in the array can be set by calling the SetAssignedServer method.

This property is ignored and the Forefront TMG computer that will serve as the VPN tunnel endpoint is set automatically if the NLBIntegrationEnabled property of the FPCNLBConfiguration object (IFPCEENLBConfiguration interface in C++) for the array is set to True (VARIANT_TRUE in C++).

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

FPCVpnNetworkConfiguration

 

 

Build date: 7/12/2010