 | ThirdPartyRequestPortalServiceResultParameters Property |
Gets or sets the parameters.
Namespace:
AMCS.Elemos.IntegrationService.Entity.ThirdPartyRequestPortal
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, string> Parameters { get; set; }
Public Property Parameters As Dictionary(Of String, String)
Get
Set
Property Value
Type:
DictionaryString,
StringThe parameters.
See Also