ActiveDirectorySchema.FindAllProperties メソッド

定義

スキーマ内の Active Directory ドメイン サービス プロパティをすべて取得します。

オーバーロード

FindAllProperties()

スキーマ内の Active Directory ドメイン サービス プロパティをすべて取得します。

FindAllProperties(PropertyTypes)

スキーマ内にある、指定した型の Active Directory ドメイン サービス プロパティをすべて取得します。

FindAllProperties()

ソース:
ActiveDirectorySchema.cs
ソース:
ActiveDirectorySchema.cs
ソース:
ActiveDirectorySchema.cs

スキーマ内の Active Directory ドメイン サービス プロパティをすべて取得します。

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

戻り値

取得されたプロパティの ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトのコレクションが格納された ActiveDirectorySchemaProperty オブジェクト。

例外

現在のオブジェクトは破棄されました。

こちらもご覧ください

適用対象

FindAllProperties(PropertyTypes)

ソース:
ActiveDirectorySchema.cs
ソース:
ActiveDirectorySchema.cs
ソース:
ActiveDirectorySchema.cs

スキーマ内にある、指定した型の Active Directory ドメイン サービス プロパティをすべて取得します。

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

パラメーター

type
PropertyTypes

取得するプロパティの型を指定する、PropertyTypes のいずれかのメンバー。

戻り値

取得されたプロパティの ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトのコレクションが格納された ActiveDirectorySchemaProperty オブジェクト。

例外

現在のオブジェクトは破棄されました。

こちらもご覧ください

適用対象