 | VintagesListResultVintages Field |
[This is preliminary documentation and is subject to change.]
The list of customer vintages
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic List<Vintage> Vintages
Public Vintages As List(Of Vintage)
Dim instance As VintagesListResult
Dim value As List(Of Vintage)
value = instance.Vintages
instance.Vintages = value
public var Vintages : List<Vintage>
Field Value
Type:
ListVintage
See Also