Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The BlockedProviderErrorMessageType property gets or sets a value from the FpcBlockedProviderErrorMessageType enumerated type that indicates the type of error message for a blocked IP address.
This property is read/write.
Syntax
HRESULT put_BlockedProviderErrorMessageType(
  FpcBlockedProviderErrorMessageType BlockedProviderErrorMessageType
);
HRESULT get_BlockedProviderErrorMessageType(
  FpcBlockedProviderErrorMessageType *pBlockedProviderErrorMessageType
);
' Data type: FpcBlockedProviderErrorMessageType
Property BlockedProviderErrorMessageType( _
  ByVal BlockedProviderErrorMessageType As FpcBlockedProviderErrorMessageType, _
  ByVal pBlockedProviderErrorMessageType As FpcBlockedProviderErrorMessageType _
) As FpcBlockedProviderErrorMessageType
Property value
Value from the FpcBlockedProviderErrorMessageType enumerated type that specifies the type of error message for a blocked IP address.
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 fpcDefaultMessage, which indicates that the default error message is used.
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