public property O2GResponse.RequestID

Brief

Gets the identifier of the request.

Declaration
C#
string  RequestID get;

Details

Responses of the O2GResponseType.TablesUpdates type do not have corresponding requests. For these responses, the method returns an empty string.

Declared in O2GResponse

back