IFPCArrayPolicy2::SipSettings property

Applies to: desktop apps only

The SipSettings property gets an FPCSipSettings object that specifies the configuration settings for using SIP in the array.

This property is read-only.

Syntax

HRESULT get_SipSettings(
  IFPCSipSettings **ppSipSettings
);
' Data type: FPCSipSettings

Property SipSettings( _
  ByVal ppSipSettings As IFPCSipSettings _
) As FPCSipSettings

Property value

Reference to an FPCSipSettings object that specifies the configuration settings for using SIP 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. You can use properties of the FPCSipSettings object retrieved (the IFPCSipSettings interface retrieved in C++) to modify the configuration settings for using SIP in the array.

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

FPCArrayPolicy

 

 

Build date: 7/12/2010