 | NewBlockDataVintageId Property |
[This is preliminary documentation and is subject to change.]
The unique identifier of the vintage (requested only for block data related to a vintage)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Nullable<Guid> VintageId { get; set; }
Public Property VintageId As Nullable(Of Guid)
Get
Set
Dim instance As NewBlockData
Dim value As Nullable(Of Guid)
value = instance.VintageId
instance.VintageId = value
function get VintageId () : Nullable<Guid>
function set VintageId (value : Nullable<Guid>)
function get_VintageId();
function set_VintageId(value);
Property Value
Type:
NullableGuid
See Also