 | BlockDataVintageLabel Property |
[This is preliminary documentation and is subject to change.]
The vintage name (when blck data is dedicated to a vintage)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string VintageLabel { get; set; }
Public Property VintageLabel As String
Get
Set
Dim instance As BlockData
Dim value As String
value = instance.VintageLabel
instance.VintageLabel = value
function get VintageLabel () : String
function set VintageLabel (value : String)
function get_VintageLabel();
function set_VintageLabel(value);
Property Value
Type:
String
See Also