Partager via


SchemaAttribute.IsMultiValued Property

Indicates whether this attribute is multivalued.

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

Usage

'Usage
Dim instance As SchemaAttribute
Dim value As Boolean

value = instance.IsMultiValued

Syntax

'Declaration
Public ReadOnly Property IsMultiValued As Boolean
public bool IsMultiValued { get; }
public:
property bool IsMultiValued {
    bool get ();
}
/** @property */
public boolean get_IsMultiValued ()
public 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

SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace