 | InterpretationInterpretationTypeId Property |
[This is preliminary documentation and is subject to change.]
The measure type unique identifier
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic Guid InterpretationTypeId { get; set; }
Public Property InterpretationTypeId As Guid
Get
Set
Dim instance As Interpretation
Dim value As Guid
value = instance.InterpretationTypeId
instance.InterpretationTypeId = value
function get InterpretationTypeId () : Guid
function set InterpretationTypeId (value : Guid)
function get_InterpretationTypeId();
function set_InterpretationTypeId(value);
Property Value
Type:
Guid
See Also