 | NewBlockDataBlockDataTypeName Property |
[This is preliminary documentation and is subject to change.]
The name of the block data type
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string BlockDataTypeName { get; set; }
Public Property BlockDataTypeName As String
Get
Set
Dim instance As NewBlockData
Dim value As String
value = instance.BlockDataTypeName
instance.BlockDataTypeName = value
function get BlockDataTypeName () : String
function set BlockDataTypeName (value : String)
function get_BlockDataTypeName();
function set_BlockDataTypeName(value);
Property Value
Type:
String
See Also