LaunchUriResult.Result Property

Definition

Gets the result of the Uri launch.

public:
 property ValueSet ^ Result { ValueSet ^ get(); };
ValueSet Result();
public ValueSet Result { get; }
var valueSet = launchUriResult.result;
Public ReadOnly Property Result As ValueSet

Property Value

The result of the Uri launch.

Applies to