Show / Hide Table of Contents

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

Declaration
public static InstanceValue DeletedValue { get; }
Property Value
InstanceValue

IsDeletedValue

Declaration
public bool IsDeletedValue { get; }
Property Value
System.Boolean

Options

Declaration
public InstanceValueOptions Options { get; }
Property Value
InstanceValueOptions

Value

Declaration
public object Value { get; }
Property Value
System.Object

Back to top Generated by DocFX