SetLDAPServersSet Method of the IFPCLdapMatchingPattern Interface

The SetLDAPServersSet method sets the LDAP server set that will be associated with the logon string pattern.

[C++]

Syntax

HRESULT SetLDAPServersSet(
  [in]  BSTR LDAPServersSetName
);

Parameters

LDAPServersSetName
BSTR that specifies the name of the LDAP server set to be associated with the logon string pattern.

Return Value

This method returns S_OK if the call is successful; otherwise, it returns an error code.

[Visual Basic]

Syntax

Sub SetLDAPServersSet( _
  ByVal LDAPServersSetName As String _
)

Parameters

LDAPServersSetName
String value that specifies the name of the LDAP server set to be associated with the logon string pattern.

Return Value

This method does not return a value.

Remarks

This method must be used to set the LDAPServersSet property.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCLdapMatchingPattern


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.