Value Members

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.

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

Protected Constructors

  Name Description
  Value The Value constructor creates an instance of the Value 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.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals Overridden.  
public method GetHashCode Overridden.  
public method GetType  (Inherited from Object)
public method ToBinary The ToBinary method interprets the contents of the Value object as an array of bytes.
public method ToBoolean The ToBoolean method interprets the contents of the Value object as a Boolean 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.
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

Value Class
Microsoft.MetadirectoryServices Namespace
AttributeType Enumeration