The Value class represents the value of a connector space or metaverse object. An instance of this abstract class can be created only in a derived class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As Value

Syntax

Visual Basic
Public MustInherit Class Value
C#
public abstract class Value
C++
public ref class Value abstract
J#
public abstract class Value
JScript
public abstract class Value

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.Value
     Microsoft.MetadirectoryServices.ReferenceValue

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