CreateWorkflowFromTemplateRequest.WorkflowName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the new workflow. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string WorkflowName { get; set; }
public:
property String^ WorkflowName {
String^ get();
void set(String^ value);
}
member WorkflowName : string with get, set
Public Property WorkflowName As String
Property Value
Type: System.String
Type: String
The name of the new workflow.
See Also
CreateWorkflowFromTemplateRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright