Compartilhar via


WorkflowDefinition.UpdatedProperties property

Obtém somente as propriedades que foram atualizadas explicitamente.

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

Syntax

'Declaração
Public ReadOnly Property UpdatedProperties As IDictionary(Of String, String)
    Get
'Uso
Dim instance As WorkflowDefinition
Dim value As IDictionary(Of String, String)

value = instance.UpdatedProperties
public IDictionary<string, string> UpdatedProperties { get; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>

Ver também

Referência

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace