 | RootRenderContextParameters Property |
Gets or sets the context parameters for the render
Namespace: SanteDB.BI.RenderingAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic IDictionary<string, Object> Parameters { get; }Public ReadOnly Property Parameters As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ Parameters {
IDictionary<String^, Object^>^ get ();
}member Parameters : IDictionary<string, Object> with get
Property Value
IDictionaryString,
Object
See Also