[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
public AttributeTypes[] TypeOfAttributes { get; set; }
Public Property TypeOfAttributes As AttributeTypes()
public: property array<AttributeTypes>^ TypeOfAttributes { array<AttributeTypes>^ get (); void set (array<AttributeTypes>^ value); }