ParameterDeclaration.DefaultProperty Propriedade

Definição

Obtém ou define o valor padrão para o parâmetro a ser usado se o pipeline não especificar um valor.

[Newtonsoft.Json.JsonProperty(PropertyName="default")]
public string DefaultProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="default")>]
member this.DefaultProperty : string with get, set
Public Property DefaultProperty As String

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a