IFPCEnterprise4::ConfigurationStorageServerVersion2 property
Applies to: desktop apps only
The ConfigurationStorageServerVersion2 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 introduced in Forefront TMG 2010 SP 1.)
This property is read/write.
Syntax
HRESULT put_ConfigurationStorageServerVersion2(
FpcCompatibilityVersion ConfigurationStorageServerVersion2
);
HRESULT get_ConfigurationStorageServerVersion2(
FpcCompatibilityVersion *pConfigurationStorageServerVersion2
);
' Data type: FpcCompatibilityVersion
Property ConfigurationStorageServerVersion2( _
ByVal ConfigurationStorageServerVersion2 As FpcCompatibilityVersion, _
ByVal pConfigurationStorageServerVersion2 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 supersedes ConfigurationStorageServerVersion, which is a deprecated property in Forefront TMG 2010 Service Pack 1.
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
Build date: 7/12/2010