IFPCEnterprise2::ConfigurationStorageServerVersion property

Applies to: desktop apps only

The ConfigurationStorageServerVersion property gets or sets a value from the FpcCompatibilityVersion enumerated type that specifies the version of Forefront TMG currently installed on the Configuration Storage servers in the enterprise. (This property is deprecated in Forefront TMG 2010 SP 1.)

This property is read/write.

Syntax

HRESULT put_ConfigurationStorageServerVersion(
  FpcCompatibilityVersion ConfigurationStorageServerVersion
);

HRESULT get_ConfigurationStorageServerVersion(
  FpcCompatibilityVersion *pConfigurationStorageServerVersion
);
' Data type: FpcCompatibilityVersion

Property ConfigurationStorageServerVersion( _
  ByVal ConfigurationStorageServerVersion As FpcCompatibilityVersion, _
  ByVal pConfigurationStorageServerVersion As FpcCompatibilityVersion _
) As FpcCompatibilityVersion

Property value

Value from the FpcCompatibilityVersion enumerated type that specifies the version of Forefront TMG currently installed on the Configuration Storage servers in the enterprise.

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.

This property is deprecated in Forefront TMG 2010 Service Pack 1. Use the ConfigurationStorageServerVersion2 property instead.

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

FPCEnterprise

 

 

Build date: 7/12/2010