DynamicActivityProperty.Attributes 属性

定义

返回 DynamicActivityProperty 对象的特性。

public:
 property System::Collections::ObjectModel::Collection<Attribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<Attribute ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Attribute> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.Collection<Attribute>
Public ReadOnly Property Attributes As Collection(Of Attribute)

属性值

属性的集合。

适用于