 | AnalyseCreationResultTimestamp Property |
[This is preliminary documentation and is subject to change.]
The analysis timestamp
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Timestamp { get; set; }
Public Property Timestamp As String
Get
Set
Dim instance As AnalyseCreationResult
Dim value As String
value = instance.Timestamp
instance.Timestamp = value
function get Timestamp () : String
function set Timestamp (value : String)
function get_Timestamp();
function set_Timestamp(value);
Property Value
Type:
String
See Also