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 AssociatedStandardProtocol property gets an FPCRef object that references the FPCProtocolDefinition object defining the standard protocol associated with this nonstandard protocol.
This property is read-only.
Syntax
HRESULT get_AssociatedStandardProtocol(
  IFPCRef **ppAssociatedStandardProtocol
);
' Data type: FPCRef
Property AssociatedStandardProtocol( _
  ByVal ppAssociatedStandardProtocol As IFPCRef _
) As FPCRef
Property value
An FPCRef object that references the FPCProtocolDefinition object defining the standard protocol associated with this nonstandard protocol.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only.
The property gets a valid FPCRef object only if the AssociatedWithStandard property is set to True (VARIANT_TRUE in C++).
The protocol with which a nonstandard protocol is associated can be set by calling the AssociateWithStandard method.
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