ReferenceValue Members

Represents an attribute value that is a distinguished name.

The following tables list the members exposed by the ReferenceValue type.

Protected Constructors

  Name Description
  ReferenceValue Creates an instance of the ReferenceValue class.

Top

Public Properties

  Name Description
public property DataType  The DataType property retrieves an AttributeType value that indicates the type of data that the Value object contains. (Inherited from Value)
public property Depth Gets the hierarchy depth of a ReferenceValue object. The return value is equal to the number of components in the distinguished name.
public property Item Gets an individual component of the distinguished name.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Concat Overloaded.  
public method Equals  Overridden. (Inherited from Object)
public method GetHashCode  Overridden. (Inherited from Object)
public method GetType  (Inherited from Object)
public method Parent Overloaded.  
public method Subcomponents Creates a new ReferenceValue object that contains a set of subcomponents of this ReferenceValue object.
public method ToBinary  The ToBinary method interprets the contents of the Value object as an array of bytes. (Inherited from Value)
public method ToBoolean  The ToBoolean method interprets the contents of the Value object as a Boolean value. (Inherited from Value)
public method ToInteger  The ToInteger method interprets the contents of the Value object as an Int64 value. If the value is binary, it is assumed to be little-endian. (Inherited from Value)
public method ToString Overridden.  

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

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