ContractFailedEventArgs.Condition Property

Definition

Gets the condition for the failure of the contract.

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

Property Value

The condition for the failure.

Applies to