| IJobParameters Property |
Get the parameter definitions
Namespace:
SanteDB.Core.Jobs
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax IDictionary<string, Type> Parameters { get; }
ReadOnly Property Parameters As IDictionary(Of String, Type)
Get
property IDictionary<String^, Type^>^ Parameters {
IDictionary<String^, Type^>^ get ();
}
abstract Parameters : IDictionary<string, Type> with get
Property Value
Type:
IDictionaryString,
TypeSee Also