ReferenceValue Class

Represents an attribute value that is a distinguished name.

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

Usage

'Usage
Dim instance As ReferenceValue

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ReferenceValue
    Inherits Value
[DefaultMemberAttribute("Item")] 
public abstract class ReferenceValue : Value
[DefaultMemberAttribute(L"Item")] 
public ref class ReferenceValue abstract : public Value
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ReferenceValue extends Value
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

Reference

ReferenceValue Members
Microsoft.MetadirectoryServices Namespace
AttributeType Enumeration
Value
Microsoft.MetadirectoryServices