Share via


TagAttributesBase.Signed Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="signed")]
public bool? Signed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signed")>]
member this.Signed : Nullable<bool> with get, set
Public Property Signed As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to