Share via


InteractionResult<T>.Data Property

Definition

The data returned from the interaction. Won't have a useful value if the interaction was canceled.

public T? Data { get; }
member this.Data : 'T
Public ReadOnly Property Data As T

Property Value

T

Applies to