Share via


IFPCUpdateCenter2::MicrosoftUpdateSource property

Applies to: desktop apps only

The MicrosoftUpdateSource property gets or sets a value from the FpcMicrosoftUpdateSource enumerated type that specifies the source for obtaining updates.

This property is read/write.

Syntax

HRESULT put_MicrosoftUpdateSource(
  FpcMicrosoftUpdateSource MicrosoftUpdateSource
);

HRESULT get_MicrosoftUpdateSource(
  FpcMicrosoftUpdateSource *pMicrosoftUpdateSource
);
' Data type: FpcMicrosoftUpdateSource

Property MicrosoftUpdateSource( _
  ByVal MicrosoftUpdateSource As FpcMicrosoftUpdateSource, _
  ByVal pMicrosoftUpdateSource As FpcMicrosoftUpdateSource _
) As FpcMicrosoftUpdateSource

Property value

A FpcMicrosoftUpdateSource enumerated type value that specifies the source for obtaining updates.

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. The default value is fpcMicrosoftUpdateSourceFallbackToDirect, which indicates that an attempt is first made to obtain updates through the Microsoft Windows Server Update Services. If this attempt fails, an attempt is made to obtain updates directly from the Microsoft Update Center.

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

FPCUpdateCenter

 

 

Build date: 7/12/2010