IAdmPropertyPatternInfo
The IAdmPropertyPatternInfo interface provides information about a property pattern.
Inheritance: IUnknown
Properties
- 
Property
 - 
Description
 - 
FullName
 - 
Gets the full name of the property pattern in the following format: 'Name (ParentFullName)'.
 - 
Description
 - 
Gets the description of the property pattern.
 - 
Disabled
 - 
Gets a value that indicates whether the property pattern is disabled.
 - 
ObjectType
 - 
Gets the type of directory objects for which the property pattern is effective.
 - 
AdditionalObjectType
 - 
Gets an additional type of directory objects for which the property pattern is also effective.
 - 
Items
 - 
Gets an array of interfaces, each representing a property pattern entry comprising the property pattern.
 
Details
FullName
Gets the full name of the property pattern in the following format: 'Name (ParentFullName)'.
- Type:
 - string
 - Access:
 - Read-only
 
Description
Gets the description of the property pattern.
- Type:
 - string
 - Access:
 - Read-only
 
Disabled
Gets a value that indicates whether the property pattern is disabled.
- Type:
 - bool
 - Access:
 - Read-only
 
ObjectType
Gets the type of directory objects for which the property pattern is effective. The property gets a string that contains the name of an object class as defined in your directory schema (e.g. "user", "group", "computer", "organizationalUnit", etc.).
- Type:
 - string
 - Access:
 - Read-only
 
AdditionalObjectType
Gets an additional type of directory objects for which the property pattern is also effective. The property gets a string that contains the name of an object class as defined in your directory schema (e.g. "user", "group", "computer", "organizationalUnit", etc.).
- Type:
 - string
 - Access:
 - Read-only
 
Items
Gets an array of interfaces, each representing a property pattern entry comprising the property pattern. Each property pattern entry defines value constraints, default values, custom hint and help settings for object properties.
- Type:
 - IAdmPropertyPatternItemInfo[]
 - Access:
 - Read-only
 
Requirements
Minimum required version: 2011.1