Microsoft Identity
Integration Server 2003 Developer Reference
Attrib.BooleanValue
The BooleanValue property retrieves or sets the Boolean
representation of the attribute value. Use this property with
single-valued attributes only. Do not use this property for
multi-valued attributes.
[C#]public Boolean BooleanValue {get; set;}
[Visual Basic .NET]Public Property BooleanValue As Boolean
The Attrib object is being set
to one of the following values:
a non-binary value
a null value
more than one value
If you are unsure of the data type of an Attrib object, use
the Value property or the
Values property for
multi-valued attributes.
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.