InputArgumentAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |