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