IFPCWebPublishingProperties2::PublishedServerApplication property
Applies to: desktop apps only
The PublishedServerApplication property gets or sets a value from the FpcPublishedServerApplication enumerated type that specifies the server application published by the rule.
This property is read/write.
Syntax
HRESULT put_PublishedServerApplication(
FpcPublishedServerApplication *PublishedServerApplication
);
HRESULT get_PublishedServerApplication(
FpcPublishedServerApplication *pPublishedServerApplication
);
' Data type: FpcPublishedServerApplication
Property PublishedServerApplication( _
ByVal PublishedServerApplication As FpcPublishedServerApplication, _
ByVal pPublishedServerApplication As FpcPublishedServerApplication _
) As FpcPublishedServerApplication
Property value
Value from the FpcPublishedServerApplication enumerated type that specifies the server application published by the rule.
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 fpcGeneralWebServer, which indicates that the Web publishing rule does not publish a server application for which Forefront TMG provides specific support.
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