 | IJobParameters Property |
Get the parameter definitions
Namespace: SanteDB.Core.JobsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIDictionary<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
IDictionaryString,
Type
See Also