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 | |
---|---|---|
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 | |
---|---|---|
Equals | Overridden. | |
GetHashCode | Overridden. | |
GetType | (Inherited from Object) | |
ToBinary | The ToBinary method interprets the contents of the Value object as an array of bytes. | |
ToBoolean | The ToBoolean method interprets the contents of the Value object as a Boolean value. | |
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. | |
ToString | Overridden. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Value Class
Microsoft.MetadirectoryServices Namespace
AttributeType Enumeration