ActiveDirectorySchemaProperty Properties
.NET Framework 4.5
The ActiveDirectorySchemaProperty type exposes the following members.
| 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. |