ParameterAttribute.Name Property

 

Applies To: Dynamics CRM 2015

Gets the name of the parameter that will appear in the process designer UI.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

Type: 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