IPropertyDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a property definition.
public interface class IPropertyDefinition
public interface IPropertyDefinition
type IPropertyDefinition = interface
Public Interface IPropertyDefinition
- Derived
Properties
Default |
Gets the default value. |
Maximum |
Gets the maximum value. |
Minimum |
Gets the minimum value. |
Name |
Gets the name of the property. |
Methods
Validate(Object, Object) |
Validates the IPropertyDefinition using the specified component and value. |