Compartilhar via


WorkflowDefinition.Properties property

Obtém as propriedades personalizadas associadas com a definição de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaração
<ClientCallablePropertyAttribute> _
Public ReadOnly Property Properties As IDictionary(Of String, String)
    Get
'Uso
Dim instance As WorkflowDefinition
Dim value As IDictionary(Of String, String)

value = instance.Properties
[ClientCallablePropertyAttribute]
public IDictionary<string, string> Properties { get; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>
Retorna propriedades da definição do fluxo de trabalho.

Ver também

Referência

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace