Microsoft Internet Security and Acceleration Server 2004 SDK

Domain Property of IFPCUserMapping[C++]

FPCUserMapping.Domain [Visual Basic]

[C++]

The Domain property gets or sets the domain name that ISA Server can combine with a user name in the user mapping process when the user name supplied does not contain a domain name.

HRESULT get_Domain(
  BSTR* pbstrDomain
);

HRESULT put_Domain(
  BSTR bstrDomain
);

Parameters

pbstrDomain
Pointer to a BSTR that is set on return to a string value specifying the domain name for the user mapping.
bstrDomain
BSTR that specifies the domain name for the user mapping.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The Domain property gets or sets the domain name that ISA Server can combine with a user name in the user mapping process when the user name supplied does not contain a domain name.

Property Domain As String

Property Value

String that specifies the domain name for the user mapping.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCUserMapping