Microsoft Identity Integration Server 2003 Developer Reference

Attrib.IsPresent

The IsPresent property indicates whether the attribute is present in the object. This property contains True if the attribute is present in the object or False if the attribute is not present in the object.
[C#]
public Boolean IsPresent {get;}
[Visual Basic .NET]
Public ReadOnly Property IsPresent As Boolean

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