AttributeDescription.IsMultiValued Property
Gets a Boolean value that indicates whether the attribute is multi-valued. The property contains true if the attribute is multi-valued; otherwise, it contains false.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
'Usage
Dim instance As AttributeDescription
Dim value As Boolean
value = instance.IsMultiValued
'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
Returns a Boolean value.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
AttributeDescription Class
AttributeDescription Members
Microsoft.MetadirectoryServices Namespace
AttributeDescription Class