SPWorkflowAssociation.Name property
Obtém ou define o nome da associação de fluxo de trabalho.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaração
<ClientCallableAttribute> _
Public Property Name As String
Get
Set
'Uso
Dim instance As SPWorkflowAssociation
Dim value As String
value = instance.Name
instance.Name = value
[ClientCallableAttribute]
public string Name { get; set; }
Type: System.String
Um String que contém o nome da associação de fluxo de trabalho.
Exception | Condition |
---|---|
ArgumentNullException | O valor configurado é a null reference (Nothing in Visual Basic). |
ArgumentException | O valor configurado completamente consiste de espaço em branco. |
O valor da propriedade Name é usado para representar a associação de fluxo de trabalho na interface do usuário. Qualquer cadeia de caracteres que é mais de 255 caracteres será truncada.
Microsoft.SharePoint.Workflow namespace
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview