DkmSuccessEvaluationResult.EditableValue Property

Definition

[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; }
member this.EditableValue : string
Public ReadOnly Property EditableValue As String

Property Value

Returns String.

Applies to