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 Value class is derived from the System.Object class.
Public Methods
The Value class has the following public methods.
| Method | Description |
| Equals | Determines whether the specified System.Object is equal to the current Value.
|
| GetHashCode | Serves as a hash function for a particular type.
|
| GetType | Retrieves the Type of the current object.
|
| ToBinary | Interprets the contents of the Value object as an array of bytes.
|
| ToBoolean |
Interprets the contents of the Value object as a Boolean value.
|
| ToInteger | Interprets the contents of the Value object as an Int64. If the value is
binary, it is assumed to be little endian.
|
| ToString |
Interprets the contents of the value object as a String. If the value is
binary, it is converted to a string of hexadecimal digits in little-endian byte order.
|
Public Properties
The Value class defines the following public property.
| Property | Description |
| DataType | Data type: AttributeType Access type: Read-only
Retrieves one of the AttributeType values that indicates the type of data that the Value object contains.
|
Protected Constructors
The Value class has the following protected constructor.
| Constructor | Description |
| Value | Creates an instance of the Value class.
|
Requirements
| Product | ILM 2007 FP1 |
| Namespace | Microsoft.MetadirectoryServices |
| Assembly | Microsoft.MetadirectoryServices |
| .NET Framework | .NET Framework 2.0 |
See Also
AttributeType
Send comments about this topic to Microsoft
Build date: 2/16/2009