WorkflowAssociation.Name property

Gets or sets a value that specifies the name of this 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 WorkflowAssociation
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 name of this workflow association.

Remarks

The value of the Name property is used to represent the workflow association in the user interface. Any string that is longer than 255 characters is truncated.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace