 | AnalysesPutResultMessage Property |
[This is preliminary documentation and is subject to change.]
Human readable result of
PutBlocks(String, Guid, ListNewBlock, Boolean) command.
- OK - Analyses have been processed. For further details, check the Message of each analysis.
- FAILED to create analyses - An internal error has occured while processing data.
- Failed to check token validity - the SessionId token is deprecated or invalid. Request a new one or contact Vivelys support.
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Message { get; set; }
Public Property Message As String
Get
Set
Dim instance As AnalysesPutResult
Dim value As String
value = instance.Message
instance.Message = value
function get Message () : String
function set Message (value : String)
function get_Message();
function set_Message(value);
Property Value
Type:
String
See Also