AgentConfiguration Property of the IFPCSecurityAssessmentSharing Interface

The AgentConfiguration property gets or sets a string that is used to configure the Forefront Protection Manager Security Assessment Sharing Agent (SASAgent).

[C++]
HRESULT put_AgentConfiguration(
	BSTR bstrAgentConfiguration
);
HRESULT get_AgentConfiguration(
	BSTR* pbstrAgentConfiguration
);

Parameters

bstrAgentConfiguration

A BSTR that specifies the string that is used to configure the SASAgent.

pbstrAgentConfiguration

Pointer to a BSTR that on return specifies the string that is used to configure the SASAgent.

Return Value

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

[Visual Basic]
Property AgentConfiguration As String

Property Value

A String that is used to configure the SASAgent.

Remarks

This property is read/write.

This string that is set by the AgentConfiguration property includes the configuration received from the Forefront Protection Manager and is provided as-is to the agent.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCSecurityAssessmentSharing


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.