 | AnalysisComment Property |
[This is preliminary documentation and is subject to change.]
The analysis comment (could be empty)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Comment { get; set; }
Public Property Comment As String
Get
Set
Dim instance As Analysis
Dim value As String
value = instance.Comment
instance.Comment = value
function get Comment () : String
function set Comment (value : String)
function get_Comment();
function set_Comment(value);
Property Value
Type:
String
See Also