ActiveDirectorySchema::FindAllProperties Method (PropertyTypes)
.NET Framework (current version)
Retrieves all of the Active Directory Domain Services properties in the schema of the specified type.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public:
ReadOnlyActiveDirectorySchemaPropertyCollection^ FindAllProperties(
PropertyTypes type
)
Parameters
- type
-
Type:
System.DirectoryServices.ActiveDirectory::PropertyTypes
One of the PropertyTypes members that identifies which type of properties to retrieve.
Return Value
Type: System.DirectoryServices.ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection^A ReadOnlyActiveDirectorySchemaPropertyCollection object that contains a collection of ActiveDirectorySchemaProperty objects for the properties that were retrieved.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current object has been disposed. |
.NET Framework
Available since 2.0
Available since 2.0
Show: