AttributeChange.IsMultiValued Property

Indicates whether the attribute is multi-valued or single-valued.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As AttributeChange
Dim value As Boolean

value = instance.IsMultiValued

Syntax

'Declaration
Public MustOverride ReadOnly Property IsMultiValued As Boolean
public abstract bool IsMultiValued { get; }
public:
virtual property bool IsMultiValued {
    bool get () abstract;
}
/** @property */
public abstract boolean get_IsMultiValued ()
public abstract function get IsMultiValued () : boolean

Property Value

Returns Boolean.

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

AttributeChange Class
AttributeChange Members
Microsoft.MetadirectoryServices Namespace