InstanceValue Class
Stores the information about instance data and metadata.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
| Name | Description | |
|---|---|---|
![]() | InstanceValue(Object^) | Initializes an instance of the InstanceValue class by using value object passed as a parameter. |
![]() | InstanceValue(Object^, InstanceValueOptions) | Initializes an instance of the InstanceValue class by using the value Object and the options for those values passed as parameters. |
| Name | Description | |
|---|---|---|
![]() ![]() | DeletedValue | Gets the previously deleted value. |
![]() | IsDeletedValue | Gets a value that indicates whether the object represents a deleted value. |
![]() | Options | Gets the option for an instance value. |
![]() | Value | Gets the instance value as an object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The data and metadata in the instance persistence system is organized as named values in property bags. Each property bag is a dictionary associating XName objects with InstanceValue objects.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


