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.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As Attrib
Dim value As Boolean

value = instance.IsPresent

Syntax

Visual Basic
Public MustOverride ReadOnly Property IsPresent As Boolean
C#
public abstract bool IsPresent { get; }
C++
public:
virtual property bool IsPresent {
		bool get () abstract;
}
J#
/** @property */
public abstract boolean get_IsPresent ()
JScript
public abstract function get IsPresent () : boolean

Property Value

Returns a Boolean object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also