 | ServiceOperationDescriptionResponses Property |
Gets the responses
Namespace: SanteDB.Core.Interop.DescriptionAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IDictionary<HttpStatusCode, ResourceDescription> Responses { get; }Public ReadOnly Property Responses As IDictionary(Of HttpStatusCode, ResourceDescription)
Get
public:
property IDictionary<HttpStatusCode, ResourceDescription^>^ Responses {
IDictionary<HttpStatusCode, ResourceDescription^>^ get ();
}member Responses : IDictionary<HttpStatusCode, ResourceDescription> with get
Property Value
IDictionaryHttpStatusCode,
ResourceDescription
See Also