 | BisResultContextArguments Property |
Gets the arguments used
Namespace: SanteDB.BIAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic IDictionary<string, Object> Arguments { get; }Public ReadOnly Property Arguments As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ Arguments {
IDictionary<String^, Object^>^ get ();
}member Arguments : IDictionary<string, Object> with get
Property Value
IDictionaryString,
Object
See Also