 | AnalyseCreationResultSampleCode Property |
[This is preliminary documentation and is subject to change.]
The analysis sample code (if provided by the third party system)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string SampleCode { get; set; }
Public Property SampleCode As String
Get
Set
Dim instance As AnalyseCreationResult
Dim value As String
value = instance.SampleCode
instance.SampleCode = value
function get SampleCode () : String
function set SampleCode (value : String)
function get_SampleCode();
function set_SampleCode(value);
Property Value
Type:
String
See Also