 | BlockInterpretationsInterpretations Property |
[This is preliminary documentation and is subject to change.]
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Dictionary<DateTime, List<Interpretation>> Interpretations { get; set; }
Public Property Interpretations As Dictionary(Of DateTime, List(Of Interpretation))
Get
Set
Dim instance As BlockInterpretations
Dim value As Dictionary(Of DateTime, List(Of Interpretation))
value = instance.Interpretations
instance.Interpretations = value
function get Interpretations () : Dictionary<DateTime, List<Interpretation>>
function set Interpretations (value : Dictionary<DateTime, List<Interpretation>>)
function get_Interpretations();
function set_Interpretations(value);
Property Value
Type:
DictionaryDateTime,
ListInterpretation
See Also