SessionContextResult.ErrorCode Property

Definition

Indicates whether the query was successful or not. See Result for details in case of failure. In case of failure, additional information can be gathered from Context.

public:
 property Microsoft::Azure::RemoteRendering::Result ErrorCode { Microsoft::Azure::RemoteRendering::Result get(); };
public Microsoft.Azure.RemoteRendering.Result ErrorCode { get; }
member this.ErrorCode : Microsoft.Azure.RemoteRendering.Result
Public ReadOnly Property ErrorCode As Result

Property Value

Applies to