 | NewBlockDataBlockDataTypeId Property |
[This is preliminary documentation and is subject to change.]
the unique identifier of the block data type
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Nullable<Guid> BlockDataTypeId { get; set; }
Public Property BlockDataTypeId As Nullable(Of Guid)
Get
Set
Dim instance As NewBlockData
Dim value As Nullable(Of Guid)
value = instance.BlockDataTypeId
instance.BlockDataTypeId = value
function get BlockDataTypeId () : Nullable<Guid>
function set BlockDataTypeId (value : Nullable<Guid>)
function get_BlockDataTypeId();
function set_BlockDataTypeId(value);
Property Value
Type:
NullableGuid
See Also