Compartir a través de


SingleQueryResult.Direction Propiedad

Definición

Obtiene o establece describe en qué dirección se aplica la firma: 0 - Entrante, 1 - Saliente, 2 - Bidireccional

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a