次の方法で共有


NegotiationResponse.Error プロパティ

定義

ネゴシエート中の省略可能なエラー。 これが null でない場合、応答の他のプロパティは無視できます。

public:
 property System::String ^ Error { System::String ^ get(); void set(System::String ^ value); };
public string Error { get; set; }
public string? Error { get; set; }
member this.Error : string with get, set
Public Property Error As String

プロパティ値

適用対象