Mike1DDataAdditionalData Property  | 
 
            Additional data, a set of key-value pairs, where the key is a string.
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic Dictionary<string, Object> AdditionalData { get; }Public ReadOnly Property AdditionalData As Dictionary(Of String, Object)
	Get
public:
property Dictionary<String^, Object^>^ AdditionalData {
	Dictionary<String^, Object^>^ get ();
}Property Value
Type: 
DictionaryString, 
Object
See Also