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 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
IDL | Declared in Msfpccom.idl. |
DLL | Requires Msfpccom.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010