Class InstanceValue
Inheritance
System.Object
InstanceValue
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class InstanceValue : Object
Constructors
InstanceValue(Object)
Declaration
public InstanceValue(object value)
Parameters
System.Object
value
|
InstanceValue(Object, InstanceValueOptions)
Declaration
public InstanceValue(object value, InstanceValueOptions options)
Parameters
System.Object
value
|
InstanceValueOptions
options
|
Properties
DeletedValue
IsDeletedValue
Declaration
public bool IsDeletedValue { get; }
Property Value
System.Boolean
|
Options
Value
Declaration
public object Value { get; }
Property Value
System.Object
|