MarkedString.Value Property

Definition

Gets or sets the code.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to