DkmSuccessEvaluationResult.EditableValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] If the value is writable, specifies the default string to be used when you double-click on the value to edit it. The EE should be able to parse and evaluate this string and get back the current evaluation result. If the value is read-only, the editable value is ignored and should be null.
public:
property System::String ^ EditableValue { System::String ^ get(); };
public:
property Platform::String ^ EditableValue { Platform::String ^ get(); };
public string EditableValue { get; }
public string? EditableValue { get; }
member this.EditableValue : string
Public ReadOnly Property EditableValue As String
Property Value
Returns String.