An array of item attributes and options
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<Attribute> Attributes { get; private set; }
public IList<Attribute> Attributes { get; private set; }
Public Property Attributes As IList(Of Attribute)
Get
Private Set
Public Property Attributes As IList(Of Attribute)
Get
Private Set
public:
property IList<Attribute^>^ Attributes {
IList<Attribute^>^ get ();
private: void set (IList<Attribute^>^ value);
}
member Attributes : IList<Attribute> with get, private set
member Attributes : IList<Attribute> with get, private set