 | InterpretationRawValue Property |
[This is preliminary documentation and is subject to change.]
The raw value of the interpretation
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string RawValue { get; set; }
Public Property RawValue As String
Get
Set
Dim instance As Interpretation
Dim value As String
value = instance.RawValue
instance.RawValue = value
function get RawValue () : String
function set RawValue (value : String)
function get_RawValue();
function set_RawValue(value);
Property Value
Type:
String
See Also