OutputAttribute Constructor (String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the OutputAttribute class.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public OutputAttribute(
string name
)
public:
OutputAttribute(
String^ name
)
new :
name:string -> OutputAttribute
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 process designer UI.
See Also
OutputAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright