Compartir a través de


TxtRecord.Value Propiedad

Definición

Obtiene o establece el valor de texto de este registro TXT.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<string> Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<string> with get, set
Public Property Value As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a