The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DirectoryAttribute::GetValues Method (Type^)
.NET Framework (current version)
The GetValues method returns all values of the specified type.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
Parameters
- valuesType
-
Type:
System::Type^
A Type object that specifies the type of values to return.
| Exception | Condition |
|---|---|
| NotSupportedException | A value cannot be converted to valuesType. |
| ArgumentException | valuesType must be either string or byte. |
.NET Framework
Available since 2.0
Available since 2.0
Show: