Microsoft Identity Integration Server 2003 Developer Reference |
[C#]
public Object this[
String propertyName
] {get; set;}
[Visual Basic .NET]
Public Property Item( _
ByVal propertyName As String _
) As Object
Exception type | Condition |
---|---|
ArgumentNullException | The propertyName or value parameter is null. |
SerializationException | The object identified by the value parameter cannot be serialized. |
If this property is being retrieved and the property identified by propertyName is not present in the collection, this property will return null.
If this property is being set and the property identified by propertyName is not present in the collection, the property will be added to the collection.
Setting an item in the collection to a null object will cause the item to be removed from the collection.
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.