ContractFailedEventArgs.Condition プロパティ

定義

コントラクトのエラーの条件を取得します。

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

プロパティ値

エラーの条件。

適用対象