ExtendedPropertyAttribute Class
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.
Indicated that this property depends on another property for metadata and value changes
[System.AttributeUsage(System.AttributeTargets.Property)]
public class ExtendedPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ExtendedPropertyAttribute = class
inherit Attribute
Public Class ExtendedPropertyAttribute
Inherits Attribute
- Inheritance
-
ExtendedPropertyAttribute
- Attributes
Constructors
ExtendedPropertyAttribute() |
default ctor. no parent propety provided |
ExtendedPropertyAttribute(String) |
ctor |
Properties
HasParent |
Indicates that property has a parent properety |
ParentPropertyName |
Parent Property name |