ActiveDirectorySchemaProperty Class
The ActiveDirectorySchemaProperty class represents a schema property definition that is contained in the schema partition.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveDirectorySchemaProperty(DirectoryContext^, String^) | 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(DirectoryContext^, String^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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().) |
Demand value: LinkDemand
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



