Share via


WorkflowAssociationCreationInformation.Name property

Gets or sets a value that specifies the name to be given to the workflow association.

Namespace:  Microsoft.SharePoint.Client.Workflow
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Name As String
    Get
    Set
'Usage
Dim instance As WorkflowAssociationCreationInformation
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }

Property value

Type: System.String
Returns a String instance representing the value that specifies the name to be given to the workflow association..

Remarks

Its value must not be a null reference (Nothing in Visual Basic). 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

WorkflowAssociationCreationInformation class

WorkflowAssociationCreationInformation members

Microsoft.SharePoint.Client.Workflow namespace