Share via


WebUIProtocolForResultsActivatedEventArgs.Data Property

Definition

Gets the data associated with the activation.

public:
 property ValueSet ^ Data { ValueSet ^ get(); };
ValueSet Data();
public ValueSet Data { get; }
var valueSet = webUIProtocolForResultsActivatedEventArgs.data;
Public ReadOnly Property Data As ValueSet

Property Value

The data associated with the activation.

Implements

Applies to