de la propiedad WorkflowSubscription.PropertyDefinitions
Obtiene o establece las propiedades y valores para pasar a la definición de flujo de trabajo cuando está asociada a la suscripción.
Espacio de nombres: Microsoft.SharePoint.WorkflowServices
Ensamblado: Microsoft.SharePoint.WorkflowServicesBase (en Microsoft.SharePoint.WorkflowServicesBase.dll)
Sintaxis
'Declaración
<ClientCallablePropertyAttribute> _
Public ReadOnly Property PropertyDefinitions As IDictionary(Of String, String)
Get
'Uso
Dim instance As WorkflowSubscription
Dim value As IDictionary(Of String, String)
value = instance.PropertyDefinitions
[ClientCallablePropertyAttribute]
public IDictionary<string, string> PropertyDefinitions { get; }
Valor de propiedad
Tipo: System.Collections.Generic.IDictionary<String, String>
Devuelve un objeto IDictionary que contiene las definiciones de propiedad.