Share via


SingleQueryResult.SignatureId Property

Definition

Gets or sets the ID of the signature

[Newtonsoft.Json.JsonProperty(PropertyName="signatureId")]
public int? SignatureId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signatureId")>]
member this.SignatureId : Nullable<int> with get, set
Public Property SignatureId As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to