IFPCWebPublishingProperties::PublicNames property
Applies to: desktop apps only
The PublicNames property gets an FPCPublicNames collection that contains the public DNS names and IP addresses that are mapped by the rule to the internal name of the published Web site.
This property is read-only.
Syntax
HRESULT get_PublicNames(
IFPCPublicNames **ppPublicNames
);
' Data type: FPCPublicNames
Property PublicNames( _
ByVal ppPublicNames As IFPCPublicNames _
) As FPCPublicNames
Property value
Reference to an FPCPublicNames collection that contains the public DNS names and IP addresses that are mapped by the rule to the internal name of the published Web site.
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. Public names can be added or removed by calling the methods of the FPCPublicNames collection retrieved (the IFPCPublicNames interface retrieved in C++).
The internal name of the published Web site is specified by the WebSite property.
This property is applicable only if the AllPublicNames property is set 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