IFPCComputerSet2::DynamicPolicyServer property

Applies to: desktop apps only

The DynamicPolicyServer property gets or sets an FPCServer object that represents the owner of the dynamic computer set.

This property is read/write.

Syntax

HRESULT put_DynamicPolicyServer(
  IFPCServer *pDynamicPolicyServer
);

HRESULT get_DynamicPolicyServer(
  IFPCServer **ppDynamicPolicyServer
);
' Data type: FPCServer

Property DynamicPolicyServer( _
  ByVal pDynamicPolicyServer As IFPCServer, _
  ByVal ppDynamicPolicyServer As IFPCServer _
) As FPCServer

Property value

Reference to an FPCServer object that represents the owner of the dynamic computer set.

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.

In an array with central management, a dynamic computer set can be configured locally on the Forefront TMG computer that is defined as its owner, and the new configuration can be used by it immediately, before the changes are returned from the centrally stored configuration.

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

FPCComputerSet

 

 

Build date: 7/12/2010