DynamicActivity<TResult>.Attributes Property

Definition

Gets the collection of attributes of the dynamically generated activity.

public:
 property System::Collections::ObjectModel::Collection<Attribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<Attribute ^> ^ get(); };
[System.Windows.Markup.DependsOn("Name")]
public System.Collections.ObjectModel.Collection<Attribute> Attributes { get; }
[<System.Windows.Markup.DependsOn("Name")>]
member this.Attributes : System.Collections.ObjectModel.Collection<Attribute>
Public ReadOnly Property Attributes As Collection(Of Attribute)

Property Value

The collection of attributes.

Attributes

Applies to