WorkflowDefinition.UpdatedProperties property
Gets only the properties that have been explicitly updated.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
Public ReadOnly Property UpdatedProperties As IDictionary(Of String, String)
Get
'Usage
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>