IFPCEnterprise2::MinArrayVersion property

Applies to: desktop apps only

The MinArrayVersion property gets or sets a value from the FpcCompatibilityVersion enumerated type that specifies the lowest compatibility version of an array in the enterprise.

This property is read/write.

Syntax

HRESULT put_MinArrayVersion(
  FpcCompatibilityVersion MinArrayVersion
);

HRESULT get_MinArrayVersion(
  FpcCompatibilityVersion *pMinArrayVersion
);
' Data type: FpcCompatibilityVersion

Property MinArrayVersion( _
  ByVal MinArrayVersion As FpcCompatibilityVersion, _
  ByVal pMinArrayVersion As FpcCompatibilityVersion _
) As FpcCompatibilityVersion

Property value

Value from the FpcCompatibilityVersion enumerated type that specifies the lowest compatibility version of an array 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.

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