Share via


OutputArgumentAttribute Class

Definition

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

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

Constructors

OutputArgumentAttribute()

Properties

DefaultName

Gets or sets the default name of the output's variable.

Description

Gets or sets the argument's description.

(Inherited from ArgumentAttribute)
FriendlyName

Gets or sets the argument's friendly name.

(Inherited from ArgumentAttribute)
IgnoredByDefault

Gets or sets a value indicating whether the output will be ignored by default.

Name

Gets or sets the argument's name.

(Inherited from ArgumentAttribute)
Order

Gets or sets the argument's order.

(Inherited from ArgumentAttribute)

Applies to