Zdieľať cez


InputAttribute(String) Constructor

Definition

Initializes a new instance of the InputAttribute class. Specify an input parameter

public:
 InputAttribute(System::String ^ name);
public InputAttribute (string name);
new Microsoft.Xrm.Sdk.Workflow.InputAttribute : string -> Microsoft.Xrm.Sdk.Workflow.InputAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the parameter that will appears in the UI

Applies to