Represents an attribute value that is a
distinguished
name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
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
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