Condividi tramite


ActivityParameter.ValueFromPipelineByPropertyName Proprietà

Definizione

Ottiene o imposta un valore booleano che indica true se il parametro può essere riempito da una proprietà dell'oggetto pipeline in ingresso con lo stesso nome di questo parametro. false indica che il parametro non può essere compilato dalla proprietà dell'oggetto pipeline in ingresso con lo stesso nome.

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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Si applica a