 | AnalyseCreationResultMessage Property |
[This is preliminary documentation and is subject to change.]
A human readable message indicating that this analysis creation has succeeded or not
- OK: X measure(s) added/updated - All measures have been processed for this analysis. For further details, check the CreationResult of each measure.
- WARNING: X/Y measure(s) have been added/updated - NOT all measures have been successfully processed. For further details, check the CreationResult of each measure.
- WARNING: BlockName/is not a valid (and existing) block name - All measures related to this block have been ignored.
- WARNING: Block Id/is not a valid (and existing) block unique identifier - All measures related to this block have been ignored.
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 AnalyseCreationResult
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