Share via


AppServiceResponse.Message Property

Definition

Gets the message that the response from the app service contains.

public:
 property ValueSet ^ Message { ValueSet ^ get(); };
ValueSet Message();
public ValueSet Message { get; }
var valueSet = appServiceResponse.message;
Public ReadOnly Property Message As ValueSet

Property Value

The message that the response from the app service contains.

Applies to