Represents an attribute value that is a distinguished name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ReferenceValue

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ReferenceValue
		Inherits Value
C#
[DefaultMemberAttribute("Item")] 
public abstract class ReferenceValue : Value
C++
[DefaultMemberAttribute(L"Item")] 
public ref class ReferenceValue abstract : public Value
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ReferenceValue extends Value
JScript
DefaultMemberAttribute("Item") 
public abstract class ReferenceValue extends 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