次の方法で共有


IFPC2::VendorMode property

Applies to: desktop apps only

The VendorMode property gets or sets a Boolean value that indicates whether the system policy configuration is in vendor mode.

This property is read/write.

Syntax

HRESULT put_VendorMode(
  VARIANT_BOOL fVendorMode
);

HRESULT get_VendorMode(
  VARIANT_BOOL *pfVendorMode
);
' Data type: Boolean

Property VendorMode( _
  ByVal fVendorMode As VARIANT_BOOL, _
  ByVal pfVendorMode As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether the system policy configuration is in vendor mode.

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. Its default value is False (VARIANT_FALSE in C++).

A vendor-defined system policy rule can be added using the AddVendorAccessSystemRule method of the FPCSystemPolicyRules collection (IFPCSystemPolicyRules interface in C++) or can be deleted using the RemoveVendorAccessSystemRule method of this collection (interface in C++) only when this property is set to True (VARIANT_TRUE in C++).

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

FPC

 

 

Build date: 7/12/2010