 | MeasureSource Property |
[This is preliminary documentation and is subject to change.]
The human readable source name
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Source { get; set; }
Public Property Source As String
Get
Set
Dim instance As Measure
Dim value As String
value = instance.Source
instance.Source = value
function get Source () : String
function set Source (value : String)
function get_Source();
function set_Source(value);
Property Value
Type:
String
See Also