 | VintageId Property |
[This is preliminary documentation and is subject to change.]
The vintage unique identifier
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Guid Id { get; set; }
Public Property Id As Guid
Get
Set
Dim instance As Vintage
Dim value As Guid
value = instance.Id
instance.Id = value
function get Id () : Guid
function set Id (value : Guid)
function get_Id();
function set_Id(value);
Property Value
Type:
Guid
See Also