SP.Workflow.WorkflowAssociationCreationInformation.name Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the name to be given to the workflow association.
var value = SP.Workflow.WorkflowAssociationCreationInformation.get_name();
SP.Workflow.WorkflowAssociationCreationInformation.set_name(value);
Property Value
Type: String
Applies To
SP.Workflow.WorkflowAssociationCreationInformation Class
Remarks
Its value must not be null. Its value must not be empty. Its value must not be equal to the name of an existing workflow association associated with the same object as the new workflow association.
See Also
Reference
SP.Workflow.WorkflowAssociationCreationInformation Methods
SP.Workflow.WorkflowAssociationCreationInformation Properties