Compartir a través de


CustomActivity.ExtendedProperties Propiedad

Definición

Obtiene o establece el contenedor de propiedades definido por el usuario. No hay ninguna restricción en las claves o valores que se pueden usar. La actividad personalizada especificada por el usuario tiene la responsabilidad total de consumir e interpretar el contenido definido.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.extendedProperties")]
public System.Collections.Generic.IDictionary<string,object> ExtendedProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.extendedProperties")>]
member this.ExtendedProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property ExtendedProperties As IDictionary(Of String, Object)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a