Microsoft Internet Security and Acceleration Server 2000

FPCClientSettingsSection.Name Property

Gets or sets the name of the client settings section object.

VBScript Syntax[VBScript]

FPCClientSettingsSection.Name [ = sName ]

C++ Syntax[C++]

HRESULT get_Name(
  BSTR *psName
);

HRESULT put_Name(
  BSTR sName
);

Parameters

sName
String that specifies the client settings section name.

The property is read-write.

Applies To

FPCClientSettingsSection