The next question we should ask ourselves is how are properties defined? I mentioned earlier that they were held as Active Directory objects, and you won't be in the least bit surprised when I present to you the
interface, which provides access to these objects. This interface has these properties (that word again):IADsProperty
Property | Type | Description |
|
|
Unique Object Identifier |
|
|
Syntax pathname |
|
|
Maximum number of values (multi-valued properties only) |
|
|
Minimum number of values (multi-valued properties only) |
|
|
Multi-valued property flag |
Like the
interface, it also has a single method, which may optionally be implemented:IADsClass
Method | Parameters | Description |
|
|
Returns collection of objects describing additional qualifiers |
This is pretty self-explanatory, apart from that
property. And that brings us to the last interface in the sequence, Syntax
.IADsSyntax