ActiveDirectorySchema.FindAllProperties Metoda

Definicja

Pobiera wszystkie właściwości Active Directory Domain Services w schemacie.

Przeciążenia

FindAllProperties()

Pobiera wszystkie właściwości Active Directory Domain Services w schemacie.

FindAllProperties(PropertyTypes)

Pobiera wszystkie właściwości Active Directory Domain Services w schemacie określonego typu.

FindAllProperties()

Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs

Pobiera wszystkie właściwości Active Directory Domain Services w schemacie.

public:
 System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ FindAllProperties();
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties ();
member this.FindAllProperties : unit -> System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection
Public Function FindAllProperties () As ReadOnlyActiveDirectorySchemaPropertyCollection

Zwraca

ReadOnlyActiveDirectorySchemaPropertyCollection Obiekt zawierający kolekcję obiektów dla pobranych ActiveDirectorySchemaProperty właściwości.

Wyjątki

Bieżący obiekt został usunięty.

Zobacz też

Dotyczy

FindAllProperties(PropertyTypes)

Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs

Pobiera wszystkie właściwości Active Directory Domain Services w schemacie określonego typu.

public:
 System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ FindAllProperties(System::DirectoryServices::ActiveDirectory::PropertyTypes type);
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties (System.DirectoryServices.ActiveDirectory.PropertyTypes type);
member this.FindAllProperties : System.DirectoryServices.ActiveDirectory.PropertyTypes -> System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection
Public Function FindAllProperties (type As PropertyTypes) As ReadOnlyActiveDirectorySchemaPropertyCollection

Parametry

type
PropertyTypes

PropertyTypes Jeden z elementów członkowskich identyfikujących typ właściwości do pobrania.

Zwraca

ReadOnlyActiveDirectorySchemaPropertyCollection Obiekt zawierający kolekcję obiektów dla pobranych ActiveDirectorySchemaProperty właściwości.

Wyjątki

Bieżący obiekt został usunięty.

Zobacz też

Dotyczy