| BisResultContextArguments Property |
Gets the arguments used
Namespace:
SanteDB.BI
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public 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
Type:
IDictionaryString,
ObjectSee Also