InstancePersistenceContext.InstanceHandle Property

Definition

Gets the current instance handle.

public:
 property System::Runtime::DurableInstancing::InstanceHandle ^ InstanceHandle { System::Runtime::DurableInstancing::InstanceHandle ^ get(); };
public System.Runtime.DurableInstancing.InstanceHandle InstanceHandle { get; }
member this.InstanceHandle : System.Runtime.DurableInstancing.InstanceHandle
Public ReadOnly Property InstanceHandle As InstanceHandle

Property Value

The current instance handle.

Applies to