IFPCProtocolDefinition2::AssociatedWithStandard property
Applies to: desktop apps only
The AssociatedWithStandard property gets or sets a Boolean value that indicates whether the protocol definition is associated with a standard protocol.
This property is read-only.
Syntax
HRESULT get_AssociatedWithStandard(
VARIANT_BOOL *pfAssociatedWithStandard
);
' Data type: Boolean
Property AssociatedWithStandard( _
ByVal pfAssociatedWithStandard As VARIANT_BOOL _
) As Boolean
Property value
Boolean value that indicates whether the protocol definition is associated with a standard 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 AssociateWithStandard method sets its value to True (VARIANT_TRUE in C++), and the DisAssociateFromStandard method sets its value to False (VARIANT_FALSE 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
Build date: 7/12/2010