InstancePersistenceContext.UserContext Property

Definition

Gets the user context information attached to the current instance handle.

public:
 property System::Object ^ UserContext { System::Object ^ get(); };
public object UserContext { get; }
member this.UserContext : obj
Public ReadOnly Property UserContext As Object

Property Value

The user context information.

Remarks

The object is the one that is returned from InstanceStore.OnNewInstanceHandle for the current instance handle.

Applies to