DirectoryAttributeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DirectoryAttributeCollection class contains a collection of DirectoryAttribute objects.
public ref class DirectoryAttributeCollection : System::Collections::CollectionBase
public class DirectoryAttributeCollection : System.Collections.CollectionBase
type DirectoryAttributeCollection = class
inherit CollectionBase
Public Class DirectoryAttributeCollection
Inherits CollectionBase
- Inheritance
Constructors
| Name | Description |
|---|---|
| DirectoryAttributeCollection() |
The DirectoryAttributeCollection() constructor creates an instance of the DirectoryAttributeCollection class. |
Properties
| Name | Description |
|---|---|
| Item[Int32] |
The Item[Int32] property contains the DirectoryAttribute object at the specified index. |