Microsoft Identity Integration Server 2003 Developer Reference

Attrib.Delete

The Delete method deletes an attribute and all attribute values from the object.
[C#]
public void Delete();
[Visual Basic .NET]
Public Sub Delete()

Parameters

This method has no parameters.

Return Values

This method has no return values.

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