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

属性值

适用于