ActiveDirectorySchemaClass.GetAllProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ReadOnlyActiveDirectorySchemaPropertyCollection collection that contains all properties, including ancestor properties, of the ActiveDirectorySchemaClass object.
public:
System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ GetAllProperties();
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection GetAllProperties ();
member this.GetAllProperties : unit -> System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection
Public Function GetAllProperties () As ReadOnlyActiveDirectorySchemaPropertyCollection
Returns
A ReadOnlyActiveDirectorySchemaPropertyCollection collection of the properties of the ActiveDirectorySchemaClass, including ancestor properties.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
Remarks
If the method is called on an unbound object instance, an empty ReadOnlyActiveDirectorySchemaPropertyCollection collection is returned.