Microsoft Identity Integration Server 2003 Developer Reference |
[C#]
public Attrib this[
String attributeName
] {get;}
[Visual Basic .NET]
Public ReadOnly Property Item( _
ByVal attributeName As String _
) As Attrib
Exception type | Condition |
---|---|
ArgumentNullException | The CSEntry object cannot be found. |
AttributeNotDefinedAsSourceException | The attribute has not been defined as a source attribute for the current flow. |
AttributeNotInInclusionListException | The attribute identified by the attributeName parameter is not selected for use by MIIS. |
NoSuchAttributeException | The attribute identified by the attributeName parameter is not present in the schema. |
The following example demonstrates how to use this property.
csentry("displayName").Item.Value = "My Display Name"
The following example demonstrates how to use this property.
csentry["displayName"].Item.Value = "My Display Name";
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.
Attrib, CSEntry, NoSuchAttributeException, AttributeNotInInclusionListException