SPWorkflowAssociation.Name property
Gets or sets the name of the workflow association.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<ClientCallableAttribute> _
Public Property Name As String
Get
Set
'Usage
Dim instance As SPWorkflowAssociation
Dim value As String
value = instance.Name
instance.Name = value
[ClientCallableAttribute]
public string Name { get; set; }
Type: System.String
A String that contains the name of the workflow association.
Exception | Condition |
---|---|
ArgumentNullException | The value set is a null reference (Nothing in Visual Basic). |
ArgumentException | The value set consists completely of white space. |
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.
Microsoft.SharePoint.Workflow namespace
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview