Attrib.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.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As Attrib
Dim value As Boolean
value = instance.IsPresent
Syntax
'Declaration
Public MustOverride ReadOnly Property IsPresent As Boolean
public abstract bool IsPresent { get; }
public:
virtual property bool IsPresent {
bool get () abstract;
}
/** @property */
public abstract boolean get_IsPresent ()
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
Reference
Attrib Class
Attrib Members
Microsoft.MetadirectoryServices Namespace
Attrib Class