Microsoft Identity Integration Server 2003 Developer Reference

Attrib.IsMultivalued

The IsMultivalued property indicates whether the attribute is multi-valued or single-valued. This property contains True if the attribute is multi-valued or False if the attribute is single-valued.
[C#]
public Boolean IsMultivalued {get;}
[Visual Basic .NET]
Public ReadOnly Property IsMultivalued As Boolean

Requirements

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.

See Also

Attrib