Microsoft Identity Integration Server 2003 Developer Reference |
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.
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. |
The Value class has 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. |
The Value class has the following protected constructor.
Constructor | Description |
---|---|
Value |
Creates an instance of the Value class. |
Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.