Click to Rate and Give Feedback
Value

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.

MethodDescription
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.

PropertyDescription
DataTypeData 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.

ConstructorDescription
Value

Creates an instance of the Value class.

Requirements

ProductILM 2007 FP1
NamespaceMicrosoft.MetadirectoryServices
AssemblyMicrosoft.MetadirectoryServices
.NET Framework.NET Framework 2.0

See Also

AttributeType


Send comments about this topic to Microsoft

Build date: 2/16/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker