Share via


StatelessAppServiceResponse.Message Property

Definition

The response to the the SendStatelessMessageAsync operation.

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

Property Value

The response to the the SendStatelessMessageAsync operation.

Applies to