Microsoft Internet Security and Acceleration Server 2000

FPCDirectAddressDestination.DomainName Property

Gets or sets the domain name.

VBScript Syntax[VBScript]

FPCDirectAddressDestination.DomainName [ = sDomain ]

C++ Syntax[C++]

HRESULT get_DomainName(
  BSTR *psDomain
);

HRESULT put_DomainName(
  BSTR sDomain
);

Parameters

sDomain
String that specifies the domain name.

The property is read-write.

Applies To

FPCDirectAddressDestination