ApplyWorkspaceEditResponse.FailureReason Property

Definition

Gets or sets a string with textual description for why the edit was not applied.

public:
 property System::String ^ FailureReason { System::String ^ get(); void set(System::String ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="failureReason")]
public string? FailureReason { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="failureReason")>]
member this.FailureReason : string with get, set
Public Property FailureReason As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to