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