Share via


DkmSetEvaluationConditionAsyncResult.ErrorText Property

Definition

[Optional] If the condition could not be parsed, this indicates the reason why. This value should be null if the compile succeeded.

public:
 property System::String ^ ErrorText { System::String ^ get(); };
public:
 property Platform::String ^ ErrorText { Platform::String ^ get(); };
public string ErrorText { get; }
public string? ErrorText { get; }
member this.ErrorText : string
Public ReadOnly Property ErrorText As String

Property Value

Returns String.

Applies to