Share via


DynamicPolicyServer Property of the IFPCComputerSet2 Interface

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

C++

HRESULT put_DynamicPolicyServer(
    IFPCServer* pDynamicPolicyServer
);
HRESULT get_DynamicPolicyServer(
    IFPCServer** ppDynamicPolicyServer
);

Parameters

  • pDynamicPolicyServer
    Pointer to the IFPCServer interface that represents the owner of the dynamic computer set.

  • ppDynamicPolicyServer
    Address to an interface pointer that on return points to the IFPCServer interface representing the owner of the dynamic computer set.

Return Value

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

Visual Basic

Property DynamicPolicyServer As FPCServer

Property Value

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

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

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCComputerSet

Send comments about this topic to Microsoft

Build date: 6/30/2010