WorkflowParameter.Type Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.ParameterType> with get, set
Public Property Type As Nullable(Of ParameterType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to