Click or drag to resize

ScoringProgramResponseDataType Property

Specifies the datatype to deserialize to after rececption of the response. Data ConnectorResponseData.Error signals that something went wrong. The serialized data will be a string describing the error.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public DataConnectorResponseData DataType { get; set; }

Property Value

DataConnectorResponseData
See Also