This documentation is archived and is not being maintained.
ActiveDirectorySchemaProperty Class
Visual Studio 2010
The ActiveDirectorySchemaProperty class represents a schema property definition that is contained in the schema partition.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The ActiveDirectorySchemaProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveDirectorySchemaProperty | Initializes a new instance of the ActiveDirectorySchemaProperty class. |
| Name | Description | |
|---|---|---|
![]() | CommonName | Gets or sets the Common Name (CN) of the ActiveDirectorySchemaProperty object. |
![]() | Description | Gets or sets a description of the ActiveDirectorySchemaProperty object. |
![]() | IsDefunct | Gets or sets a value indicating whether the ActiveDirectorySchemaProperty object is defunct. |
![]() | IsInAnr | Gets or sets a value indicating whether the schema property is in the ANR set. |
![]() | IsIndexed | Gets or sets a value indicating whether the schema property is indexed in the Active Directory Domain Services store. |
![]() | IsIndexedOverContainer | Gets or sets a value indicating whether the schema property is indexed in all containers. |
![]() | IsInGlobalCatalog | Gets or sets a value indicating whether the schema property is contained in the global catalog. |
![]() | IsOnTombstonedObject | Gets or sets a value indicating whether the schema property is in the tombstone object that contains deleted properties. |
![]() | IsSingleValued | Gets or sets a value indicating whether the schema property is single-valued. |
![]() | IsTupleIndexed | Gets or sets a value indicating whether there is a tuple index for this schema property. |
![]() | Link | Gets an ActiveDirectorySchemaProperty that links to the current schema property. |
![]() | LinkId | Gets or sets the value for the link identifier when the schema property is linked. |
![]() | Name | Gets the ldapDisplayName of the ActiveDirectorySchemaProperty object. For more information, see the topic LDAP-Display-Name in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | Oid | Gets or sets the OID of the schema property. |
![]() | RangeLower | Gets or sets a value that represents the minimum value or length that the schema property can have. |
![]() | RangeUpper | Gets or sets a value that represents the maximum value or length that the ActiveDirectorySchemaProperty object can have. |
![]() | SchemaGuid | Gets or sets the schemaIDGuid for the ActiveDirectorySchemaProperty object. For more information, see the topic Schema-ID-GUID in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | Syntax | Gets or sets an ActiveDirectorySyntax object indicating the property type (syntax) of the ActiveDirectorySchemaProperty object. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources that are used by the ActiveDirectorySchemaProperty object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the ActiveDirectorySchemaProperty object and, optionally, releases unmanaged resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FindByName | Gets an ActiveDirectorySchemaProperty object in the Active Directory Domain Services schema partition that matches a given directory context and name. |
![]() | GetDirectoryEntry | Gets the DirectoryEntry object for the ActiveDirectorySchemaProperty object. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save | Commits all changes to the current ActiveDirectorySchemaProperty object to the underlying directory store. |
![]() | ToString | Gets the LDAP display name of the ActiveDirectorySchemaProperty object. (Overrides Object::ToString().) |
- DirectoryServicesPermission
Demand value: LinkDemand
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
