ActivityParameter.ValueFromPipelineByPropertyName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Boolean 值,指出是否可以從與此參數同名的傳入管線物件的 屬性填入參數時,這個值會指出 true。 false 表示參數無法從同名的傳入管線物件屬性填入。
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)
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute