Share via


InputArgumentAttribute Class

Definition

Instructs the Module Loader to load this property as an input action argument with the specified specs.

public ref class InputArgumentAttribute sealed : Microsoft::PowerPlatform::PowerAutomate::Desktop::Actions::SDK::Attributes::ArgumentAttribute
public sealed class InputArgumentAttribute : Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ArgumentAttribute
type InputArgumentAttribute = class
    inherit ArgumentAttribute
Public NotInheritable Class InputArgumentAttribute
Inherits ArgumentAttribute
Inheritance
InputArgumentAttribute

Constructors

InputArgumentAttribute()

Initializes a new instance of the InputArgumentAttribute class.

InputArgumentAttribute(Type, Boolean, Boolean)

Initializes a new instance of the InputArgumentAttribute class with suggested values.

Properties

Description

Gets or sets the argument's description.

(Inherited from ArgumentAttribute)
FriendlyName

Gets or sets the argument's friendly name.

(Inherited from ArgumentAttribute)
Group

Gets or sets the name of the group the argument belongs to.

Multiline

Gets or sets a value indicating whether the argument is multiline.

Mutable

Gets or sets a value indicating whether the argument is mutable.

Name

Gets or sets the argument's name.

(Inherited from ArgumentAttribute)
Order

Gets or sets the argument's order.

(Inherited from ArgumentAttribute)
Required

Gets or sets a value indicating whether the argument is required.

SuggestedValues

Gets or sets the argument's suggested values.

Applies to