de la propiedad SPWorkflowEventProperties.Variables
Las Variables del flujo de trabajo
Espacio de nombres: Microsoft.SharePoint.Workflow
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public ReadOnly Property Variables As ReadOnlyCollection(Of KeyValuePair(Of String, Object))
Get
'Uso
Dim instance As SPWorkflowEventProperties
Dim value As ReadOnlyCollection(Of KeyValuePair(Of String, Object))
value = instance.Variables
public ReadOnlyCollection<KeyValuePair<string, Object>> Variables { get; }
Valor de propiedad
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<String, Object>>
Vea también
Referencia
clase SPWorkflowEventProperties