MDPropertyDefinition Class Members
In This Topic
The following tables list the members exposed by MDPropertyDefinition.
Public Constructors
Public Properties
| Name | Description |
 | Id | Returns MDAnyPropertyId. |
 | IsIndexed | Checks if given property is indexed. |
 | LowerBound | Gets a property's minimal value specified in the property's definition. |
 | MaxIndex | Allows to check maximal index value of given property. |
 | Name | Name of property. |
 | ReadOnly | Check if a given property is read-only. |
 | Type | Returns information about type of the property. MDPropertyDefinition.MDPropertyType |
 | UpperBound | Gets a property's maximal value specified in the property's definition. |
Top
Public Methods
| Name | Description |
 | Dispose | Destructor for deterministic finalization of MDPropertyDefinition object. |
Top
See Also