Microsoft Identity Integration Server 2003 Developer Reference |
[C#]
public MVEntry[] FindMVEntries(
String attributeName,
Boolean value
);
[Visual Basic .NET]
Public Function FindMVEntries( _
ByVal attributeName As String, _
ByVal value As Boolean _
) As MVEntry[]
Exception type | Condition |
---|---|
ArgumentNullException | The attributeName or value parameter is null. |
InvalidOperationException | The value represented by the value parameter cannot be converted to the data type of the attribute identified by attributeName. |
This method will throw an InvalidOperationException exception and the management agent run profile will stop with a status of stopped-extension-dll-exception if called from the following methods:
Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.