IAdmPropertyPatternItemInfo
The IAdmPropertyPatternItemInfo interface provides information about a property pattern item.
Inheritance: IUnknown
Methods
-
Method
-
Description
-
GetConstraints()
-
Returns an array of IAdmPropertyPatternConstraintInfo interfaces, each representing a constraint that is applied to the property.
Properties
-
Property
-
Description
-
PropertyName
-
Gets the name of the object property represented by this entry.
-
DefaultValue
-
Gets the default value for the property.
-
GenerateDefaultValueDuringCreating
-
Gets a value indicating whether the property value must be generated when a directory object is created.
-
GenerateDefaultValueDuringEditing
-
Gets a value indicating whether the property value should be automatically updated during object modification if the DefaultValue property contains value references.
-
IsPropertyRequired
-
Gets a value indicating whether the property represented by this entry is mandatory.
Details
GetConstraints()
Returns an array of IAdmPropertyPatternConstraintInfo interfaces, each representing a constraint that is applied to the property.
IAdmPropertyPatternConstraintInfo[] GetConstraints()
PropertyName
Gets the name of the object property represented by this entry. The property gets a string that contains the name of a directory object property as defined in the Active Directory schema (e.g. "department", "cn", "displayName", "manager", etc.).
- Type:
- String
- Access:
- Read-only
DefaultValue
Gets the default value for the property. The value can contain value references.
- Type:
- Object
- Access:
- Read-only
GenerateDefaultValueDuringCreating
Gets a value indicating whether the property value must be generated when a directory object is created.
- Type:
- Boolean
- Access:
- Read-only
GenerateDefaultValueDuringEditing
Gets a value indicating whether the property value should be automatically updated during object modification if the DefaultValue property contains value references.
- Type:
- Boolean
- Access:
- Read-only
Remarks
If set to FALSE, the property value will be generated only when a directory object is created.
IsPropertyRequired
Gets a value indicating whether the property represented by this entry is mandatory.
- Type:
- Boolean
- Access:
- Read-only
Requirements
Minimum required version: 2011.1