Microsoft Identity Integration Server 2003 Developer Reference

Attrib.Value

The Value property retrieves or sets the value of a single-valued attribute. The value can contain escaped characters. Use this property with single-valued attributes only. Do not use this property for multi-valued attributes.
[C#]
public String Value {get; set;}
[Visual Basic .NET]
Public Property Value As String

Exceptions

Exception type Condition
InvalidOperationException The attribute contains zero or more than one value. Use the Attrib.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.

See Also

Attrib.Values, Attrib