ParameterAttribute Constructor (String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the ParameterAttribute class.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
protected ParameterAttribute(
string name
)
protected:
ParameterAttribute(
String^ name
)
new :
name:string -> ParameterAttribute
Protected Sub New (
name As String
)
Parameters
name
Type: System.StringType: String. The name of the parameter that will appear in the process designer UI.
See Also
ParameterAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright