IAdmPropertyPattern
The IAdmPropertyPattern interface represents a property pattern.
Inheritance: IAdmTop
Properties
-
Property
-
Description
-
PatternName
-
Gets the name of the property pattern.
-
Description
-
Gets or sets an optional description of the property pattern.
-
Disabled
-
Gets or sets a value that indicates whether the property pattern is disabled.
-
ObjectType
-
Gets or sets the type of directory objects for which the property pattern is effective.
-
ActivityScopeItems
-
Gets a collection of scope items that represent the activity scope of the property pattern.
-
Items
-
Gets a collection of property pattern entries that specify value constraints, default values, and custom hint and help settings for object properties.
Details
PatternName
Gets the name of the property pattern.
- Type:
- String
- Access:
- Read-only
Description
Gets or sets an optional description of the property pattern.
- Type:
- String
- Access:
- Read/Write
Disabled
Gets or sets a value that indicates whether the property pattern is disabled.
- Type:
- Boolean
- Access:
- Read/Write
ObjectType
Gets or sets the type of directory objects for which the property pattern is effective. The property must be set to a string that contains the name of an object class as defined in the Active Directory schema (e.g. "user", "group", "computer", "organizationalUnit", etc.).
- Type:
- String
- Access:
- Read/Write
ActivityScopeItems
Gets a collection of scope items that represent the activity scope of the property pattern. Each item in the collection is represented by the IAdmActivityScopeItem interface.
- Type:
- IAdmCollection
- Access:
- Read-only
Items
Gets a collection of property pattern entries that specify value constraints, default values, and custom hint and help settings for object properties. Each entry in the collection is represented by the IAdmPropertyPatternItem interface.
- Type:
- IAdmCollection
- Access:
- Read-only
Requirements
Minimum required version: 2009.1