 | InterpretationInterpretationTypeName Property |
[This is preliminary documentation and is subject to change.]
The translated, human readable, name of the measure type
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string InterpretationTypeName { get; set; }
Public Property InterpretationTypeName As String
Get
Set
Dim instance As Interpretation
Dim value As String
value = instance.InterpretationTypeName
instance.InterpretationTypeName = value
function get InterpretationTypeName () : String
function set InterpretationTypeName (value : String)
function get_InterpretationTypeName();
function set_InterpretationTypeName(value);
Property Value
Type:
String
See Also