IFPCServerPublishingProperties::PublishedProtocol property

Applies to: desktop apps only

The PublishedProtocol property gets an FPCRef object that references the FPCProtocolDefinition object defining the protocol to which the server publishing rule applies.

This property is read-only.

Syntax

HRESULT get_PublishedProtocol(
  IFPCRef **ppRef
);
' Data type: FPCRef

Property PublishedProtocol( _
  ByVal ppRef As IFPCRef _
) As FPCRef

Property value

An FPCRef object that references the FPCProtocolDefinition object defining the protocol to which the server publishing rule applies.

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 protocol to which the server publishing rule applies can be set by calling the SetPublishedProtocol method. A protocol with a specified scope can be set by calling the SetScopedPublishedProtocol method. The scope indicates whether the protocol is defined for the array or for the enterprise.

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

FPCServerPublishingProperties

 

 

Build date: 7/12/2010