 | UpstreamIntegrationResultEventArgsResponseData Property |
The data that the server responded with
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IdentifiedData ResponseData { get; set; }Public Property ResponseData As IdentifiedData
Get
Set
public:
property IdentifiedData^ ResponseData {
IdentifiedData^ get ();
void set (IdentifiedData^ value);
}member ResponseData : IdentifiedData with get, set
Property Value
IdentifiedData
See Also