ApplyWorkspaceEditParams.Label Property

Definition

Gets or sets the label associated with this edit.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to