Compartilhar via


SPUserCodeWorkflowContext.AssociationTitle property

Obtém ou define o nome da associação de fluxo de trabalho associado com o contexto de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property AssociationTitle As String
    Get
    Set
'Uso
Dim instance As SPUserCodeWorkflowContext
Dim value As String

value = instance.AssociationTitle

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

Property value

Type: System.String
O nome da associação de fluxo de trabalho.

Ver também

Referência

SPUserCodeWorkflowContext class

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace