ActiveDirectorySchema.FindAllProperties Method (PropertyTypes)
.NET Framework 2.0
Retrieves all of the Active Directory properties in the schema of the specified type.
Namespace: System.DirectoryServices.ActiveDirectory
Assembly: System.DirectoryServices (in system.directoryservices.dll)
Assembly: System.DirectoryServices (in system.directoryservices.dll)
'Declaration Public Function FindAllProperties ( _ type As PropertyTypes _ ) As ReadOnlyActiveDirectorySchemaPropertyCollection 'Usage Dim instance As ActiveDirectorySchema Dim type As PropertyTypes Dim returnValue As ReadOnlyActiveDirectorySchemaPropertyCollection returnValue = instance.FindAllProperties(type)
public ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties ( PropertyTypes type )
public function FindAllProperties ( type : PropertyTypes ) : ReadOnlyActiveDirectorySchemaPropertyCollection
Not applicable.
Parameters
- type
One of the PropertyTypes members that identifies which type of properties to retrieve.
Return Value
A ReadOnlyActiveDirectorySchemaPropertyCollection object that contains a collection of ActiveDirectorySchemaProperty objects for the properties that were retrieved.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: