StatelessAppServiceResponse.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response status.
public:
property StatelessAppServiceResponseStatus Status { StatelessAppServiceResponseStatus get(); };
StatelessAppServiceResponseStatus Status();
public StatelessAppServiceResponseStatus Status { get; }
var statelessAppServiceResponseStatus = statelessAppServiceResponse.status;
Public ReadOnly Property Status As StatelessAppServiceResponseStatus
Property Value
The response status.