 | ParameterUnit Property |
[This is preliminary documentation and is subject to change.]
The expected unit (NULL if no unit for this measure/block data/interpretation)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Unit { get; set; }
Public Property Unit As String
Get
Set
Dim instance As Parameter
Dim value As String
value = instance.Unit
instance.Unit = value
function get Unit () : String
function set Unit (value : String)
function get_Unit();
function set_Unit(value);
Property Value
Type:
String
See Also