 | InterpretationsResultBlocks Property |
[This is preliminary documentation and is subject to change.]
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic List<BlockInterpretations> Blocks { get; set; }
Public Property Blocks As List(Of BlockInterpretations)
Get
Set
Dim instance As InterpretationsResult
Dim value As List(Of BlockInterpretations)
value = instance.Blocks
instance.Blocks = value
function get Blocks () : List<BlockInterpretations>
function set Blocks (value : List<BlockInterpretations>)
function get_Blocks();
function set_Blocks(value);
Property Value
Type:
ListBlockInterpretations
See Also