InputAttribute Constructor (String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the InputAttribute class setting the name property.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public InputAttribute(
string name
)
public:
InputAttribute(
String^ name
)
new :
name:string -> InputAttribute
Public Sub New (
name As String
)
Parameters
name
Type: System.StringType: String. Specifies a String containing the name of the parameter that will appears in the workflow designer UI.
See Also
InputAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright