CustomActivity.ExtendedProperties Property

Definition

User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.

public System.Collections.Generic.IDictionary<string,object> ExtendedProperties { get; }
member this.ExtendedProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ExtendedProperties As IDictionary(Of String, Object)

Property Value

Applies to