 | VintageLabel Property |
[This is preliminary documentation and is subject to change.]
The vintage name
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Label { get; set; }
Public Property Label As String
Get
Set
Dim instance As Vintage
Dim value As String
value = instance.Label
instance.Label = value
function get Label () : String
function set Label (value : String)
function get_Label();
function set_Label(value);
Property Value
Type:
String
See Also