 | BlockDataTypesListResultBlockDataTypes Field |
[This is preliminary documentation and is subject to change.]
The list of all block data types defined in the system for the connected customer
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic List<BlockDataType> BlockDataTypes
Public BlockDataTypes As List(Of BlockDataType)
Dim instance As BlockDataTypesListResult
Dim value As List(Of BlockDataType)
value = instance.BlockDataTypes
instance.BlockDataTypes = value
public var BlockDataTypes : List<BlockDataType>
Field Value
Type:
ListBlockDataType
See Also