Platform SDK: Internet Security and Acceleration Server 2000
FPCWebProxy.CARPNameSystem Property
Gets or sets whether a Web proxy computer uses a Domain Name System (DNS) or Windows Internet Name Service (WINS) name system. This is important because some computers do not have WINS names and will not work in CARP if you don't enable DNS name use.
Note This property is available only for an array in ISA Server Enterprise Edition. It is not available for a stand-alone server, or for ISA Server Standard Edition.
Visual Basic Syntax[Visual Basic]
[ FpcNameSystem = ] FPCWebProxy.CARPNameSystem
FPCWebProxy.CARPNameSystem [ = FpcNameSystem ]
C++ Syntax[C++]
HRESULT get_CARPNameSystem(
FpcNameSystem *pFpcNameSystem
);
HRESULT put_CARPNameSystem(
FpcNameSystem FpcNameSystem
);
Parameters
- FpcNameSystem
- The name system. It can have a value of fpc_NameSystem_DNS or fpc_NameSystem_WINS from the FpcNameSystem enumerated type.
The property is read-write.
Applies To
FPCWebProxy