The DataValueProperties type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object Equals(Object).) | |
Equals(DataValueProperties) | Indicates whether the current object is equal to another object of the same type. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object GetHashCode .) | |
GetPropertyValue |
Gets the value of a named property.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasPropertyValue |
Checks whether a property with a given name exists.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ContentType |
Gets the content type for the data value.
| |
DataType |
Gets the data type of the data value.
|
See Also