Table of Contents

Class ParameterDisplayHints

Namespace
Microsoft.Azure.WebJobs.Host.Protocols
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class ParameterDisplayHints
Inheritance
ParameterDisplayHints
Inherited Members

Constructors

ParameterDisplayHints()

public ParameterDisplayHints()

Properties

DefaultValue

public virtual string DefaultValue { get; set; }

Property Value

string

Description

public virtual string Description { get; set; }

Property Value

string

Prompt

public virtual string Prompt { get; set; }

Property Value

string