Share via


ActionAttribute Class

Definition

Instructs the Module Loader to load this type as an action with the specified specs.

public ref class ActionAttribute sealed : Microsoft::PowerPlatform::PowerAutomate::Desktop::Actions::SDK::Attributes::ActionAttributeBase
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ActionAttribute : Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ActionAttribute = class
    inherit ActionAttributeBase
Public NotInheritable Class ActionAttribute
Inherits ActionAttributeBase
Inheritance
ActionAttribute
Attributes

Constructors

ActionAttribute()

Properties

Category

Gets or sets the action's category path.

(Inherited from ActionAttributeBase)
Description

Gets or sets the action's description.

(Inherited from ActionAttributeBase)
FriendlyName

Gets or sets the action's friendly name.

(Inherited from ActionAttributeBase)
Id

Gets or sets the action id.

(Inherited from ActionAttributeBase)
MoreInfoUrl

Gets or sets the action's more info url.

(Inherited from ActionAttributeBase)
Name
Obsolete.

Gets or sets the action name.

(Inherited from ActionAttributeBase)
Order

Gets or sets the action's order.

(Inherited from ActionAttributeBase)
Summary

Gets or sets the action's summary.

(Inherited from ActionAttributeBase)

Applies to