Microsoft Internet Security and Acceleration Server 2000

FPCFirewallClientConfig.AccessType Property

Gets or sets whether to represent the connection between the Firewall client and the Firewall service by IP address or by name.

VBScript Syntax[VBScript]

FPCFirewallClientConfig.AccessType [ = AccessType ]

C++ Syntax[C++]

HRESULT get_AccessType(
  FpcFwAccessByType *pAccessType
);

HRESULT put_AccessType(
  FpcFwAccessByType AccessType
);

Parameters

AccessType
Communication level. It can have a value from the FpcFwAccessByType enumerated type.

Applies To

FPCFirewallClientConfig