Show / Hide Table of Contents

Class InstanceKeyView

Inheritance
System.Object
InstanceKeyView
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class InstanceKeyView : Object

Properties

InstanceKey

Declaration
public Guid InstanceKey { get; }
Property Value
System.Guid

InstanceKeyMetadata

Declaration
public IDictionary<XName, InstanceValue> InstanceKeyMetadata { get; }
Property Value
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>

InstanceKeyMetadataConsistency

Declaration
public InstanceValueConsistency InstanceKeyMetadataConsistency { get; }
Property Value
InstanceValueConsistency

InstanceKeyState

Declaration
public InstanceKeyState InstanceKeyState { get; }
Property Value
InstanceKeyState

Back to top Generated by DocFX